RequestHeaders.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

속성 값

적용 대상