BuildProcessHtmlExtractTool Property

This provides access to the title and keyword HTML extract tool during the ExtractingHtmlInfo build step.

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public TitleAndKeywordHtmlExtract HtmlExtractTool { get; }

Property Value

TitleAndKeywordHtmlExtract

Remarks

This can be used by plug-ins to adjust how the tool runs

See Also