Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Handles unsecured HTTP requests that are sent to the action method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Sub HandleNonHttpsRequest ( _
filterContext As AuthorizationContext _
)
protected virtual void HandleNonHttpsRequest(
AuthorizationContext filterContext
)
protected:
virtual void HandleNonHttpsRequest(
AuthorizationContext^ filterContext
)
Parameters
- filterContext
Type: System.Web.Mvc.AuthorizationContext
An object that encapsulates information that is required in order to use the RequireHttpsAttribute attribute.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The HTTP request contains an invalid transfer method override. All GET requests are considered invalid. |