次の方法で共有


OutgoingWebResponseContext.Location プロパティ

定義

送信 Web 応答からロケーション ヘッダーを取得または設定します。

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

プロパティ値

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

適用対象