| SandcastleProjectDisableCodeBlockComponent Property |
This is used 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: 2014.11.22.0
Syntax public bool DisableCodeBlockComponent { get; set; }
Public Property DisableCodeBlockComponent As Boolean
Get
Set
public:
property bool DisableCodeBlockComponent {
bool get ();
void set (bool value);
}
member DisableCodeBlockComponent : bool with get, set
Property Value
Type:
BooleanThe default is false so that the Code Block Component is used by default.
See Also