| MimeType Class |
Namespace: VirtualRadar.Interface.WebServer
The MimeType type exposes the following members.
| Name | Description | |
|---|---|---|
| BitmapImage |
Gets the MIME type for a .BMP file.
| |
| Css |
Gets the MIME type for a cascading stylesheet file.
| |
| GifImage |
Gets the MIME type for a .GIF file.
| |
| Html |
Gets the MIME type for an HTML file.
| |
| IconImage |
Gets the MIME type for a .ICO file.
| |
| Javascript |
Gets the MIME type for a .JS file.
| |
| JpegImage |
Gets the MIME type for a .JPG file.
| |
| Json |
Gets the MIME type for a JSON text file.
| |
| PngImage |
Gets the MIME type for a .PNG file.
| |
| Text |
Gets the MIME type for a plain text file.
| |
| TiffImage |
Gets the MIME type for a .TIF file.
| |
| WaveAudio |
Gets the MIME type for a .WAV file.
|
| Name | Description | |
|---|---|---|
| GetContentClassification |
Returns the appropriate classification for a mime type.
| |
| GetForExtension |
Returns the MIME type for a file extension. The leading full-stop on the extension is optional.
|