| SandcastleProjectHtmlSdkLinkType Property |
This is used to get or set the type of links used to reference
other help topics referring to framework (SDK) help topics in
HTML Help 1 help files.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public HtmlSdkLinkType HtmlSdkLinkType { get; set; }
Public Property HtmlSdkLinkType As HtmlSdkLinkType
Get
Set
public:
property HtmlSdkLinkType HtmlSdkLinkType {
HtmlSdkLinkType get ();
void set (HtmlSdkLinkType value);
}
member HtmlSdkLinkType : HtmlSdkLinkType with get, set
Property Value
Type:
HtmlSdkLinkTypeThe default is to produce links to online MSDN content.
See Also