C# Class Frapid.Areas.Authorization.RestrictAnonymousAttribute

Inheritance: System.Web.Mvc.AuthorizeAttribute
Afficher le fichier Open project: frapid/frapid

Méthodes protégées

Méthode Description
AuthorizeCore ( System.Web.HttpContextBase context ) : bool
HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext context ) : void

Method Details

AuthorizeCore() protected méthode

protected AuthorizeCore ( System.Web.HttpContextBase context ) : bool
context System.Web.HttpContextBase
Résultat bool

HandleUnauthorizedRequest() protected méthode

protected HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext context ) : void
context System.Web.Mvc.AuthorizationContext
Résultat void