[]
The Menu control shows a text element with a drop-down list of commands that the user can invoke by click or touch.
public class Menu : MenuBase<object>, IHtmlString, ITemplate, IDropDown
Name | Description |
---|---|
Menu(HtmlHelper, string) | Creates one Menu instance. |
Name | Description |
---|---|
IsContentHtml | Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML. |
IsRequired | Gets or sets a value that determines whether the control value must be set to a non-null value or whether it can be set to null (by deleting the content of the control). |