ContentDispositionHeaderValue class

ContentDispositionHeaderValue class

Represent Content-Disposition header value.

The ContentDispositionHeaderValue type exposes the following members:

Constructors

ConstructorDescription
initCreate a new instance of this disposition type.

Properties

PropertyDescription
disposition_typeGet or set disposition type
parametersGet collection of paremeters
nameThe name for a content body part.
file_nameThe name of the stored file.

See Also