HtmlLinkTargetType Enum
HtmlLinkTargetType Enum
Represents the type of target attribute in HTML tag.
type HtmlLinkTargetType int32
Fields
Field | 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 |