다음을 통해 공유


ResponseHeaders.ContentDisposition 속성

정의

HTTP 응답에 Content-Disposition 대한 헤더를 가져오거나 설정합니다.

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

속성 값

적용 대상