C# Class IssueTracker.Extensions.HtmlHelperExtensions

Afficher le fichier Open project: radike/issue-tracker

Méthodes publiques

Méthode 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, Enum e ) : System.Web.Mvc.MvcHtmlString

Method Details

ActivePage() public static méthode

public static ActivePage ( this helper, string controller, string activeClassName = "active" ) : string
helper this
controller string
activeClassName string
Résultat string

ActivePage() public static méthode

public static ActivePage ( this helper, string controller, string action, string activeClassName = "active" ) : string
helper this
controller string
action string
activeClassName string
Résultat string

ActivePage() public static méthode

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
Résultat string

DisplayEnum() public static méthode

public static DisplayEnum ( this helper, Enum e ) : System.Web.Mvc.MvcHtmlString
helper this
e System.Enum
Résultat System.Web.Mvc.MvcHtmlString