Presentation Style SettingsRequires Html Extract Build Step Property
This is used to get or set whether or not the presentation style requires the HTML extract build step
for website output.
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This is false by default and is currently only used by the legacy VS2013 presentation style
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool RequiresHtmlExtractBuildStep { get; protected set; }VB
Public Property RequiresHtmlExtractBuildStep As Boolean
Get
Protected SetC++
public:
property bool RequiresHtmlExtractBuildStep {
bool get ();
protected: void set (bool value);
}F#
member RequiresHtmlExtractBuildStep : bool with get, setProperty Value
BooleanThis is false by default and is currently only used by the legacy VS2013 presentation style