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.

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool DisableCodeBlockComponent { get; }

Property Value

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

See Also