HtmlLinkTargetType
HtmlLinkTargetType enumeration
Represents the type of target attribute in HTML tag.
Values
Name | Value | Description |
---|---|---|
Blank | 0 | Opens the linked document in a new window or tab |
Parent | 1 | Opens the linked document in the parent frame |
Self | 2 | Opens the linked document in the same frame as it was clicked (this is default) |
Top | 3 | Opens the linked document in the full body of the window |