SandcastleProjectDisableCodeBlockComponent Property

This read-only property is used to get whether or not to disable the custom Code Block Component so that <code> elements are rendered in their standard format by the Sandcastle XSL transformations.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool DisableCodeBlockComponent { get; }

Property Value

Boolean
The default is false so that the Code Block Component is used by default

See Also