NMimeType Structure Members
In This Topic
The following tables list the members exposed by NMimeType.
Public Constructors
Public Fields
| Name | Description |
  | Unknown | The Unknow Mime type. |
Top
Public Properties
| Name | Description |
 | ContentType | Gets the content type of this MIME type. |
 | Parameters | Gets the parameters of this MIME type. |
 | SubType | Gets the sub type of this MIME type. |
Top
Public Methods
| Name | Description |
 | Equals | Checks whether this instance is equal to the specified object. |
  | FromString | Gets a mime type from the specified mime string. |
 | GetHashCode | Computes a hash code for this object. |
 | ToString | Gets a string representation of this object. |
Top
See Also