HttpContentHeaders.ContentDisposition 속성

정의

HTTP 응답에 대한 Content-Disposition 콘텐츠 헤더 값을 가져옵니다.

public:
 property System::Net::Http::Headers::ContentDispositionHeaderValue ^ ContentDisposition { System::Net::Http::Headers::ContentDispositionHeaderValue ^ get(); void set(System::Net::Http::Headers::ContentDispositionHeaderValue ^ value); };
public System.Net.Http.Headers.ContentDispositionHeaderValue ContentDisposition { get; set; }
public System.Net.Http.Headers.ContentDispositionHeaderValue? ContentDisposition { get; set; }
member this.ContentDisposition : System.Net.Http.Headers.ContentDispositionHeaderValue with get, set
Public Property ContentDisposition As ContentDispositionHeaderValue

속성 값

HTTP 응답에 대한 Content-Disposition 콘텐츠 헤더 값입니다.

적용 대상