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.
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)
Syntax
'Declaration
Public Overridable Sub OnAuthorization ( _
filterContext As AuthorizationContext _
)
public virtual void OnAuthorization(
AuthorizationContext filterContext
)
public:
virtual void OnAuthorization(
AuthorizationContext^ filterContext
)
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)
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The filterContext parameter is null reference (Nothing in Visual Basic). |