다음을 통해 공유


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 콘텐츠 헤더 값입니다.

적용 대상