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 絕對網址。

例外狀況

適用於