RequireHttpsAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RequireHttpsAttribute() |
Initializes a new instance of the RequireHttpsAttribute class. |
RequireHttpsAttribute(Boolean) |
RequireHttpsAttribute()
Initializes a new instance of the RequireHttpsAttribute class.
public RequireHttpsAttribute();
Public Sub New ()
Applies to
RequireHttpsAttribute(Boolean)
public RequireHttpsAttribute(bool permanent);
new System.Web.Mvc.RequireHttpsAttribute : bool -> System.Web.Mvc.RequireHttpsAttribute
Public Sub New (permanent As Boolean)
Parameters
- permanent
- Boolean