HttpResponseWrapper.RedirectLocation 속성

정의

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

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

속성 값

String

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

적용 대상