SandcastleProjectHtmlHelpName Property

This read-only property is used to get the name of the compiled help file

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string HtmlHelpName { get; }

Property Value

String

Remarks

Do not include a path or the extension. For MS Help Viewer builds, avoid periods, ampersands, and pound signs as they are not valid in the help file name.

See Also