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 内容标头值。

适用于