Method | Description | |
---|---|---|
ActivePage ( this helper, string controller, string activeClassName = "active" ) : string | ||
ActivePage ( this helper, string controller, string action, string activeClassName = "active" ) : string | ||
ActivePage ( this helper, string controller, string action, string id, string activeClassName = "active" ) : string | ||
DisplayEnum ( this helper, |
public static ActivePage ( this helper, string controller, string activeClassName = "active" ) : string | ||
helper | this | |
controller | string | |
activeClassName | string | |
return | string |
public static ActivePage ( this helper, string controller, string action, string activeClassName = "active" ) : string | ||
helper | this | |
controller | string | |
action | string | |
activeClassName | string | |
return | string |
public static ActivePage ( this helper, string controller, string action, string id, string activeClassName = "active" ) : string | ||
helper | this | |
controller | string | |
action | string | |
id | string | |
activeClassName | string | |
return | string |
public static DisplayEnum ( this helper, |
||
helper | this | |
e | ||
return | System.Web.Mvc.MvcHtmlString |