ContentDisposition
Contents
[
Hide
]ContentDisposition class
Represents a Content-Disposition header.
Constructors
| Name | Description |
|---|---|
| ContentDisposition (2 overloads) | Initializes a new instance of the ContentDisposition class. |
Methods
| Name | Description |
|---|---|
| Clone | |
| Equals | Determines whether the specified System::Object is equal to this instance. |
| get_CreationDate | Gets the creation date. |
| get_DispositionType | Gets the type of the disposition. |
| get_FileName | Gets the file name for an attachment. |
| get_Inline | Gets a value that determines the disposition type. |
| get_IsChanged | |
| get_ModificationDate | Gets the modification date. |
| get_Parameters | Gets the parameters. |
| get_ReadDate | Gets the read date. |
| get_Size | Gets the size of a file attachment. |
| GetHashCode | Returns a hash code for this instance. |
| Persist | |
| Set | |
| set_CreationDate | Sets the creation date. |
| set_DispositionType | Sets the type of the disposition. |
| set_FileName | Sets the file name for an attachment. |
| set_Inline | Sets a value that determines the disposition type. |
| set_ModificationDate | Sets the modification date. |
| set_ReadDate | Sets the read date. |
| set_Size | Sets the size of a file attachment. |
| ToString | Returns a System::String that represents this instance. |