C# Class Frapid.Areas.Authorization.RestrictAnonymousAttribute

Inheritance: System.Web.Mvc.AuthorizeAttribute
Show file Open project: frapid/frapid

Protected Methods

Method Description
AuthorizeCore ( System.Web.HttpContextBase context ) : bool
HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext context ) : void

Method Details

AuthorizeCore() protected method

protected AuthorizeCore ( System.Web.HttpContextBase context ) : bool
context System.Web.HttpContextBase
return bool

HandleUnauthorizedRequest() protected method

protected HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext context ) : void
context System.Web.Mvc.AuthorizationContext
return void