The following tables list the members exposed by ContentType.
Public Fields
| Name | Description |
 | Parameters |
A StringDictionary of name-value pairs that are used to build the headerline.
|
Top
Public Properties
| Name | Description |
 | Boundary |
Gets or sets the MIME boundary string.
|
 | CharSet | Gets or sets the value of the charset parameter. Use Textpart.Encoding to set the charset for a Textpart or Htmlpart. |
 | MediaType |
Identifies media type and sub-type, separated by a slash.
|
 | Name |
Get or set the decoded Name. Supports non-UTF8 encodings. When set, Part.EncodingMap["default"] is used for encoding.
|
Top
Public Methods
| Name | Description |
 | Clone |
Creates a duplicate.
|
 | ToString |
Provides the decoded "Content-Type" header field.
|
Top
See Also