RedirectResult.Permanent 속성

정의

true이면 리디렉션이 영구적이어야 하며 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

속성 값

적용 대상