Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |