SandcastleProjectSdkLinkTarget Property

This read-only property is used to get the target window for external SDK links

Definition

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

Property Value

SdkLinkTarget
The default is Blank to open the topics in a new window. This option only has an effect on the HtmlSdkLinkType, MSHelpViewerSdkLinkType, and WebsiteSdkLinkType properties if they are set to Msdn.

See Also