Target Enumeration

The target of an 'A' HTML element.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum Target

Members

None0 The target is not set.
Blank1 The target is set to a new window or tab.
Parent2 The target is opened in the parent frame.
Self3 Opens the linked document in the same frame as it was clicked (this is default)
Top4 Opens the linked document in the full body of the window

See Also