Hevea documentation

MimeType Members

MimeType overview

Public Static Fields

AudioAiff Aiff audio.
AudioBasic AudioBasic sound.
AudioMidi Midi sound.
AudioMpeg Mpeg sound.
AudioReal Real audio.
AudioWave Wave sound.
Bmp BMP image.
Css CSS document.
DefaultMimeType Default MIME type.
EchoSpeech EchoSpeech sound.
Excel Excel document.
Flash Flash media.
Gif GIF image.
GZip GZIP file.
Html Html document.
Javascript Javascript document.
Jpeg JPEG image.
Pdf PDF document.
Plaintext Text document.
Png PNG image.
Postscript PostScript document.
Powerpoint Powerpoint document.
Rar RAR file.
Rtf RTF document.
Tar TAR file.
VideoAvi AVI video.
Word Word document.
Xml XML document.
Xtext X document.
YamahaVq YamahaVq sound.
Zip ZIP file.

Public Static Methods

GetFileMimeType Gets the MIME type of a file.
IsCompressed Indicates if the mime type corresponds to a compressed file.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

MimeType Class | Hevea.Core.Http Namespace