ISandcastle ProjectHtml Help Name Property
This read-only property is used to get the name of the compiled help file
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string HtmlHelpName { get; }VB
ReadOnly Property HtmlHelpName As String
GetC++
property String^ HtmlHelpName {
String^ get ();
}F#
abstract HtmlHelpName : string with getProperty Value
StringRemarks
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.