HttpResponseHeaders.Location プロパティ

定義

HTTP 応答の Location ヘッダーの値を取得または設定します。

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

プロパティ値

Uri

HTTP 応答の Location ヘッダーの値。

適用対象