Content |
The ContentDisposition type exposes the following members.
| 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. |