HtmlLinkTargetType enumeration

HtmlLinkTargetType enumeration

Represents the type of target attribute in HTML tag.

The HtmlLinkTargetType type exposes the following members:

Fields

FieldDescription
BLANKOpens the linked document in a new window or tab
PARENTOpens the linked document in the parent frame
SELFOpens the linked document in the same frame as it was clicked (this is default)
TOPOpens the linked document in the full body of the window

See Also