RequireHttpsAttribute Methods
The RequireHttpsAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Attribute.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Attribute.) |
|
GetType | (Inherited from Object.) |
|
HandleNonHttpsRequest | Handles unsecured HTTP requests that are sent to the action method. |
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
Match | (Inherited from Attribute.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnAuthorization | Determines whether a request is secured (HTTPS) and, if it is not, calls the HandleNonHttpsRequest method. |
|
ToString | (Inherited from Object.) |
Show: