LocalRedirectResult.Permanent Property

Definition

Gets or sets the value that specifies that the redirect should be permanent if true or temporary if false.

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