다음을 통해 공유


HttpResponseBase.RedirectLocation 속성

정의

HTTP Location 헤더의 값을 가져오거나 설정합니다.

public:
 virtual property System::String ^ RedirectLocation { System::String ^ get(); void set(System::String ^ value); };
public virtual string RedirectLocation { get; set; }
member this.RedirectLocation : string with get, set
Public Overridable Property RedirectLocation As String

속성 값

HTTP Location 헤더의 절대 URL입니다.

예외

적용 대상