Enum HtmlLinkTargetType

HtmlLinkTargetType enumeration

Represents the type of target attribute in HTML tag.

public enum HtmlLinkTargetType

Values

NameValueDescription
Blank0Opens the linked document in a new window or tab
Parent1Opens the linked document in the parent frame
Self2Opens the linked document in the same frame as it was clicked (this is default)
Top3Opens the linked document in the full body of the window

See Also