PresentationStyleSettingsRequiresHtmlExtractBuildStep 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: 2024.2.18.0
public bool RequiresHtmlExtractBuildStep { get; protected set; }

Property Value

Boolean
This is false by default and is currently only used by the legacy VS2013 presentation style

See Also