Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectDisableCodeBlockComponent 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.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool DisableCodeBlockComponent { get; set; }

Property Value

Type: Boolean
The default is false so that the Code Block Component is used by default.
See Also