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 內容標頭值。

適用於