C# 클래스 Facebook.Graph.Web.Mvc.UnauthorizedLandingPageFilterAttribute

상속: System.Web.Mvc.ActionFilterAttribute
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

Private Properties

프로퍼티 타입 설명
InitializeWithConfiguration void

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
UnauthorizedLandingPageFilterAttribute ( ) : System
UnauthorizedLandingPageFilterAttribute ( string applicationConfiguration ) : System

비공개 메소드들

메소드 설명
InitializeWithConfiguration ( string applicationConfiguration ) : void

메소드 상세

OnActionExecuting() 공개 메소드

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void

UnauthorizedLandingPageFilterAttribute() 공개 메소드

public UnauthorizedLandingPageFilterAttribute ( ) : System
리턴 System

UnauthorizedLandingPageFilterAttribute() 공개 메소드

public UnauthorizedLandingPageFilterAttribute ( string applicationConfiguration ) : System
applicationConfiguration string
리턴 System