次の方法で共有


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

プロパティ値

HTTP Location ヘッダーの絶対 URL。

適用対象