C# 클래스 MvcTemplate.Components.Extensions.Html.AuthorizationExtensions

파일 보기 프로젝트 열기: NonFactors/MVC5.Template

공개 메소드들

메소드 설명
IsAuthorizedFor ( this html, String action ) : System.Boolean
IsAuthorizedFor ( this html, String action, String controller ) : System.Boolean
IsAuthorizedFor ( this html, String action, String controller, String area ) : System.Boolean

메소드 상세

IsAuthorizedFor() 공개 정적인 메소드

public static IsAuthorizedFor ( this html, String action ) : System.Boolean
html this
action String
리턴 System.Boolean

IsAuthorizedFor() 공개 정적인 메소드

public static IsAuthorizedFor ( this html, String action, String controller ) : System.Boolean
html this
action String
controller String
리턴 System.Boolean

IsAuthorizedFor() 공개 정적인 메소드

public static IsAuthorizedFor ( this html, String action, String controller, String area ) : System.Boolean
html this
action String
controller String
area String
리턴 System.Boolean