C# 클래스 AshMind.Web.Mvc.HtmlSecurityExtensions

파일 보기 프로젝트 열기: ashmind/neostructure

공개 메소드들

메소드 설명
IsActionAuthorized ( this html, string actionName ) : bool
IsActionAuthorized ( this html, string actionName, string controllerName ) : bool

비공개 메소드들

메소드 설명
IsActionAuthorized ( string actionName, System.Web.Mvc.ControllerBase controller ) : bool

메소드 상세

IsActionAuthorized() 공개 정적인 메소드

public static IsActionAuthorized ( this html, string actionName ) : bool
html this
actionName string
리턴 bool

IsActionAuthorized() 공개 정적인 메소드

public static IsActionAuthorized ( this html, string actionName, string controllerName ) : bool
html this
actionName string
controllerName string
리턴 bool