RequireHttpsAttribute::HandleNonHttpsRequest Method (AuthorizationContext^)
Handles unsecured HTTP requests that are sent to the action method.
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.
| Exception | Condition |
|---|---|
| InvalidOperationException | The HTTP request contains an invalid transfer method override. All GET requests are considered invalid. |
Show: