MimeType Class | 
Namespace: DotNetBrowser.Net
public sealed class MimeType : TypedEnum<string>
The MimeType type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | 
                Creates the MimeType instance from string representation.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| (String to MimeType) | 
                Creates the MimeType instance from string representation.
              | 
| Name | Description | |
|---|---|---|
| ApplicationFormUrlEncoded | 
                Gets the "application/x-www-form-urlencoded" MIME type.
              | |
| ApplicationJson | 
                Gets the "application/json" MIME type.
              | |
| ApplicationOctetStream | 
                Gets the "application/octet-stream" MIME type.
              | |
| ApplicationPdf | 
                Gets the "application/pdf" MIME type.
              | |
| ApplicationXml | 
                Gets the "application/xml" MIME type.
              | |
| ApplicationZip | 
                Gets the "application/zip" MIME type.
              | |
| ImageGif | 
                Gets the "image/gif" MIME type.
              | |
| ImageJpeg | 
                Gets the "image/jpeg" MIME type.
              | |
| ImagePng | 
                Gets the "image/png" MIME type.
              | |
| MultipartFormData | 
                Gets the "multipart/form-data" MIME type.
              | |
| TextCss | 
                Gets the "text/css" MIME type.
              | |
| TextHtml | 
                Gets the "text/html" MIME type.
              | |
| TextJavascript | 
                Gets the "text/javascript" MIME type.
              | |
| TextPlain | 
                Gets the "text/plain" MIME type.
              |