Click or drag to resize
MimeType Class
A collection of different mime types.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebServerMimeType

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class MimeType

The MimeType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBitmapImage
Gets the MIME type for a .BMP file.
Public propertyStatic memberCss
Gets the MIME type for a cascading stylesheet file.
Public propertyStatic memberGifImage
Gets the MIME type for a .GIF file.
Public propertyStatic memberHtml
Gets the MIME type for an HTML file.
Public propertyStatic memberIconImage
Gets the MIME type for a .ICO file.
Public propertyStatic memberJavascript
Gets the MIME type for a .JS file.
Public propertyStatic memberJpegImage
Gets the MIME type for a .JPG file.
Public propertyStatic memberJson
Gets the MIME type for a JSON text file.
Public propertyStatic memberPngImage
Gets the MIME type for a .PNG file.
Public propertyStatic memberText
Gets the MIME type for a plain text file.
Public propertyStatic memberTiffImage
Gets the MIME type for a .TIF file.
Public propertyStatic memberWaveAudio
Gets the MIME type for a .WAV file.
Top
Methods
  NameDescription
Public methodStatic memberGetContentClassification
Returns the appropriate classification for a mime type.
Public methodStatic memberGetForExtension
Returns the MIME type for a file extension. The leading full-stop on the extension is optional.
Top
See Also