C# 클래스 MSDNSWebAdmin.AppCode.AuthorizationFilter

MVC Authentication Filter

Used to verify the user is logged in before allowing it to perform actions

상속: System.Web.Mvc.FilterAttribute, IAuthorizationFilter
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin

공개 메소드들

메소드 설명
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void

메소드 상세

OnAuthorization() 공개 메소드

public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
리턴 void