AuthorizeAttribute.HandleUnauthorizedRequest(AuthorizationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes HTTP requests that fail authorization.
protected virtual void HandleUnauthorizedRequest (System.Web.Mvc.AuthorizationContext filterContext);
abstract member HandleUnauthorizedRequest : System.Web.Mvc.AuthorizationContext -> unit
override this.HandleUnauthorizedRequest : System.Web.Mvc.AuthorizationContext -> unit
Protected Overridable Sub HandleUnauthorizedRequest (filterContext As AuthorizationContext)
Parameters
- filterContext
- AuthorizationContext
Encapsulates the information for using AuthorizeAttribute. The filterContext
object contains the controller, HTTP context, request context, action result, and route data.