The delegate type used by AccessDenied()()() to handle access denied reporting to a web browser.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public delegate void AccessDeniedDelegate(
	Object source
)

Parameters

source
Type: System..::.Object
The object that invokes the delegate.

See Also