ContentDisposition

ContentDisposition class

Represents a Content-Disposition header.

The ContentDisposition type exposes the following members:

Constructors

NameDescription
ContentDisposition()Initializes a new instance of the ContentDisposition class.
ContentDisposition(disposition)Initializes a new instance of the ContentDisposition class

Properties

NameDescription
disposition_typeGets or sets the type of the disposition.
parametersGets the parameters.
file_nameGets or sets the file name for an attachment.
creation_dateGets or sets the creation date.
modification_dateGets or sets the modification date.
inlineGets or sets a value that determines the disposition type.
read_dateGets or sets the read date.
sizeGets or sets the size of a file attachment.

See Also