C# Class Customer.Project.Mvc.Instrumentation.Security.RoleAuthorizationAttribute

Inheritance: System.Web.Mvc.AuthorizeAttribute
Datei anzeigen Open project: atosorigin/AtosMvcStarterKit

Protected Methods

Method Description
AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool
HandleUnauthorizedRequest ( System filterContext ) : void

Method Details

AuthorizeCore() protected method

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

HandleUnauthorizedRequest() protected method

protected HandleUnauthorizedRequest ( System filterContext ) : void
filterContext System
return void