HstsOptions.Preload Property
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.
Sets the preload parameter of the Strict-Transport-Security header.
public:
property bool Preload { bool get(); void set(bool value); };
public bool Preload { get; set; }
member this.Preload : bool with get, set
Public Property Preload As Boolean
Property Value
Remarks
Preload is not part of the RFC specification, but is supported by web browsers to preload HSTS sites on fresh install. See https://hstspreload.org/.