ContentDisposition

ContentDisposition class

Represents a Content-Disposition header.

Constructors

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

Methods

NameDescription
Clone
EqualsDetermines whether the specified System::Object is equal to this instance.
get_CreationDateGets the creation date.
get_DispositionTypeGets the type of the disposition.
get_FileNameGets the file name for an attachment.
get_InlineGets a value that determines the disposition type.
get_IsChanged
get_ModificationDateGets the modification date.
get_ParametersGets the parameters.
get_ReadDateGets the read date.
get_SizeGets the size of a file attachment.
GetHashCodeReturns a hash code for this instance.
Persist
Set
set_CreationDateSets the creation date.
set_DispositionTypeSets the type of the disposition.
set_FileNameSets the file name for an attachment.
set_InlineSets a value that determines the disposition type.
set_ModificationDateSets the modification date.
set_ReadDateSets the read date.
set_SizeSets the size of a file attachment.
ToStringReturns a System::String that represents this instance.