次の方法で共有


IncomingWebResponseContext.Location プロパティ

定義

受信 Web 応答からロケーション ヘッダーを取得します。

public:
 property System::String ^ Location { System::String ^ get(); };
public string Location { get; }
member this.Location : string
Public ReadOnly Property Location As String

プロパティ値

String

受信 Web 応答のロケーション ヘッダー。

適用対象