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。

適用於