Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.73 KB

httpcontentdispositionheadervalue.md

File metadata and controls

30 lines (21 loc) · 1.73 KB
-api-id -api-type
T:Windows.Web.Http.Headers.HttpContentDispositionHeaderValue
winrt class

Windows.Web.Http.Headers.HttpContentDispositionHeaderValue

-description

Represents the value of the Content-Disposition HTTP header on HTTP content in a request or a response.

-remarks

The HttpContentDispositionHeaderValue class represents information in the Content-Disposition header on HTTP content sent in an HTTP request or received in an HTTP response.

The ContentDisposition property on the HttpContentHeaderCollection returns an HttpContentDispositionHeaderValue.

The Content-Disposition header is normally used for working with file uploads and downloads. The format differs from other headers in that it is a single header with a disposition type followed by a list of parameters, some of which are well defined.

This header is used in two different contexts:

-examples

See the code example in HttpContentHeaderCollection class.

-see-also

ContentDisposition, HttpContentHeaderCollection, IStringable