ISandcastleProjectDisableCodeBlockComponent 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.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool DisableCodeBlockComponent { get; }
ReadOnly Property DisableCodeBlockComponent As Boolean
Get
property bool DisableCodeBlockComponent {
bool get ();
}
abstract DisableCodeBlockComponent : bool with get
Property Value
BooleanThe default is false so that the Code Block Component is used by default