HtmlLinkTargetType
HtmlLinkTargetType enumeration
Utility class containing constants. Represents the type of target attribute in HTML tag.
Values
| Name | Description |
|---|---|
| BLANK | Opens the linked document in a new window or tab |
| PARENT | Opens the linked document in the parent frame |
| SELF | Opens the linked document in the same frame as it was clicked (this is default) |
| TOP | Opens the linked document in the full body of the window |