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