Interface IAccessDeniedHandler
Component that will handle access denied reporting for the current request context.
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public interface IAccessDeniedHandler
Methods
AccessDenied(HttpContextBase)
Called by different components when the current request should result in an access denied response.
Declaration
void AccessDenied(HttpContextBase context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | context |