Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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. |