RequireHttpsAttribute.Permanent Property

Definition

Specifies whether a permanent redirect, 301 Moved Permanently, should be used instead of a temporary redirect, 302 Found.

public:
 property bool Permanent { bool get(); void set(bool value); };
public bool Permanent { get; set; }
member this.Permanent : bool with get, set
Public Property Permanent As Boolean

Property Value

Applies to