[]
        
(Showing Draft Content)

C1.Web.Mvc.Menu

Menu Class

The Menu control shows a text element with a drop-down list of commands that the user can invoke by click or touch.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class Menu : MenuBase<object>, IHtmlString, ITemplate, IDropDown

Constructors

Name Description
Menu(HtmlHelper, string)

Creates one Menu instance.

Properties

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).

Extension Methods