C# Class Signum.Web.MenuItem

Inheritance: IMenuItem
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
MenuItem ( string prefix, string idToAppend ) : System
ToHtml ( ) : System.Web.Mvc.MvcHtmlString

Protected Methods

Method Description
GetLinkElement ( ) : HtmlTag
MenuItem ( string id ) : System

Method Details

GetLinkElement() protected method

protected GetLinkElement ( ) : HtmlTag
return HtmlTag

MenuItem() protected method

protected MenuItem ( string id ) : System
id string
return System

MenuItem() public method

public MenuItem ( string prefix, string idToAppend ) : System
prefix string
idToAppend string
return System

ToHtml() public method

public ToHtml ( ) : System.Web.Mvc.MvcHtmlString
return System.Web.Mvc.MvcHtmlString