HstsOptions.Preload Property

Definition

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/.

Applies to