skmMenu: An ASP.NET Menu Control

MenuItem.CommandName Property

Gets or Sets the CommandName property.

public virtual string CommandName {get; set;}

Remarks

If a MenuItem's CommandName property is set, and the Url property is not set, then the MenuItem, when clicked, will cause the Web Form to postback, and a MenuItemClicked event will be raised.

See Also

MenuItem Class | skmMenu Namespace