The ContentDisposition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentDisposition |
Initializes a new instance of ContentDisposition header value
with the specified disposition type.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the header.
| |
Encode |
Writes an encoded header value into a TextWriter.
| |
Equals |
Determines whether the specified ContentDisposition is equal to the current ContentDisposition.
(Overrides Object..::..Equals(Object).) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type, suitable
for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Converts the value of this header to its String representation.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
CreationDate |
Gets or sets the creation date of the attachment. This parameter is rarely used.
| |
Disposition |
Gets the disposition.
| |
FileName |
Gets or sets the file name of the attachment.
| |
Inline |
Determines whether the content disposition is inline.
| |
ModificationDate |
Gets or sets the modification date of the attachment. This parameter is rarely used.
| |
Parameters |
Gets the list of parameters of this content disposition.
| |
ReadDate |
Gets or sets the read date of the attachment. This parameter is rarely used.
| |
Size |
Gets or sets the approximate size of the attachment. This parameter is rarely used.
|