Share via


HttpContentHeaders.ContentLocation プロパティ

定義

HTTP 応答の Content-Location コンテンツ ヘッダーの値を取得または設定します。

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

プロパティ値

Uri

HTTP 応答の Content-Location コンテンツ ヘッダーの値。

適用対象