C# 클래스 IssueTracker.Extensions.HtmlHelperExtensions

파일 보기 프로젝트 열기: radike/issue-tracker

공개 메소드들

메소드 설명
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

메소드 상세

ActivePage() 공개 정적인 메소드

public static ActivePage ( this helper, string controller, string activeClassName = "active" ) : string
helper this
controller string
activeClassName string
리턴 string

ActivePage() 공개 정적인 메소드

public static ActivePage ( this helper, string controller, string action, string activeClassName = "active" ) : string
helper this
controller string
action string
activeClassName string
리턴 string

ActivePage() 공개 정적인 메소드

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
리턴 string

DisplayEnum() 공개 정적인 메소드

public static DisplayEnum ( this helper, Enum e ) : System.Web.Mvc.MvcHtmlString
helper this
e System.Enum
리턴 System.Web.Mvc.MvcHtmlString