ISandcastle ProjectSdk Link Target Property
This read-only property is used to get the target window for external SDK links
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
SdkLinkTarget SdkLinkTarget { get; }VB
ReadOnly Property SdkLinkTarget As SdkLinkTarget
GetC++
property SdkLinkTarget SdkLinkTarget {
SdkLinkTarget get ();
}F#
abstract SdkLinkTarget : SdkLinkTarget with getProperty Value
SdkLinkTargetThe 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.