Try our conversational search powered by Generative AI!

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.7
Syntax
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

Extension Methods