Content |
public class ContentDisposition
The ContentDisposition type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentDisposition | Initialize a new instance of the ContentDisposition class. | |
| ContentDisposition(String) | Initialize a new instance of the ContentDisposition class. |
| Name | Description | |
|---|---|---|
| CreationDate | Get or set the creation-date parameter. | |
| Disposition | Get or set the disposition. | |
| FileName | Get or set the name of the file. | |
| IsAttachment | Get or set a value indicating whether the MimePart is an attachment. | |
| ModificationDate | Get or set the modification-date parameter. | |
| Parameters | Get the list of parameters on the ContentDisposition. | |
| ReadDate | Get or set the read-date parameter. | |
| Size | Get or set the size parameter. |
| Name | Description | |
|---|---|---|
| Clone | Clone the content disposition. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Parse(Byte) | Parse the specified input buffer into a new instance of the ContentDisposition class. | |
| Parse(String) | Parse the specified text into a new instance of the ContentDisposition class. | |
| Parse(Byte, Int32) | Parse the specified input buffer into a new instance of the ContentDisposition class. | |
| Parse(ParserOptions, Byte) | Parse the specified input buffer into a new instance of the ContentDisposition class. | |
| Parse(ParserOptions, String) | Parse the specified text into a new instance of the ContentDisposition class. | |
| Parse(Byte, Int32, Int32) | Parse the specified input buffer into a new instance of the ContentDisposition class. | |
| Parse(ParserOptions, Byte, Int32) | Parse the specified input buffer into a new instance of the ContentDisposition class. | |
| Parse(ParserOptions, Byte, Int32, Int32) | Parse the specified input buffer into a new instance of the ContentDisposition class. | |
| ToString |
Serialize the ContentDisposition to a string.
(Overrides ObjectToString) | |
| ToString(Boolean) | Serialize the ContentDisposition to a string, optionally encoding the parameters. | |
| ToString(Encoding, Boolean) | Serialize the ContentDisposition to a string, optionally encoding the parameters. | |
| ToString(FormatOptions, Encoding, Boolean) | Serialize the ContentDisposition to a string, optionally encoding the parameters. | |
| TryParse(Byte, ContentDisposition) | Try to parse the given input buffer into a new ContentDisposition instance. | |
| TryParse(String, ContentDisposition) | Try to parse the given text into a new ContentDisposition instance. | |
| TryParse(Byte, Int32, ContentDisposition) | Try to parse the given input buffer into a new ContentDisposition instance. | |
| TryParse(ParserOptions, Byte, ContentDisposition) | Try to parse the given input buffer into a new ContentDisposition instance. | |
| TryParse(ParserOptions, String, ContentDisposition) | Try to parse the given text into a new ContentDisposition instance. | |
| TryParse(Byte, Int32, Int32, ContentDisposition) | Try to parse the given input buffer into a new ContentDisposition instance. | |
| TryParse(ParserOptions, Byte, Int32, ContentDisposition) | Try to parse the given input buffer into a new ContentDisposition instance. | |
| TryParse(ParserOptions, Byte, Int32, Int32, ContentDisposition) | Try to parse the given input buffer into a new ContentDisposition instance. |
| Name | Description | |
|---|---|---|
| Attachment | The attachment disposition. | |
| FormData | The form-data disposition. | |
| Inline | The inline disposition. |