Sdk Link Target Enumeration
This public enumerated type defines the locations in which a browser window can be opened for the
external website links.
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#
[SerializableAttribute]
public enum SdkLinkTargetVB
<SerializableAttribute>
Public Enumeration SdkLinkTargetC++
[SerializableAttribute]
public enum class SdkLinkTargetF#
[<SerializableAttribute>]
type SdkLinkTargetMembers
| Blank | 0 | The URL is loaded into a new unnamed window. |
| Self | 1 | The current document is replaced with the specified URL. |
| Parent | 2 | The URL is loaded into the current frame's parent. If the frame has no parent, this value acts like the value Self. |
| Top | 3 | The URL replaces any frame sets that may be loaded. If there are no frame sets defined, this value acts like the value Self. |