Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectSdkLinkTarget Property
This is used to get or set the target window for MSDN SDK links.

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

Property Value

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