RequireHttpsAttribute.OnAuthorization Method (AuthorizationContext)
Determines whether a request is secured (HTTPS) and, if it is not, calls the HandleNonHttpsRequest method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract OnAuthorization : filterContext:AuthorizationContext -> unit override OnAuthorization : filterContext:AuthorizationContext -> unit
Parameters
- filterContext
-
Type:
System.Web.Mvc.AuthorizationContext
An object that encapsulates information that is required in order to use the RequireHttpsAttribute attribute.
| Exception | Condition |
|---|---|
| ArgumentNullException | The filterContext parameter is null. |
Show: