skmMenu: An ASP.NET Menu Control

MenuItem.Target Property

Gets or sets the MenuItem's target used when the Url is navigated to.

public virtual string Target {get; set;}

Remarks

The Url property must be set to a non-empty string for Target to have any affect.

To have a MenuItem opened in a new window, set Target to _blank

See Also

MenuItem Class | skmMenu Namespace