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.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool DisableCodeBlockComponent { get; }
Public ReadOnly Property DisableCodeBlockComponent As Boolean
Get
public:
property bool DisableCodeBlockComponent {
bool get ();
}
member DisableCodeBlockComponent : bool with get
Property Value
BooleanThe default is false so that the Code Block Component is used by default