Table of Contents

Interface IAuthorizationFilter

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Defines the methods that are required for an authorization filter.

public interface IAuthorizationFilter

Methods

OnAuthorization(AuthorizationContext)

Called when authorization is required.

void OnAuthorization(AuthorizationContext filterContext)

Parameters

filterContext AuthorizationContext

The filter context.