Click or drag to resize

MimeType Class

The MIME type.
Inheritance Hierarchy
SystemObject
  TypedEnumString
    DotNetBrowser.NetMimeType

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class MimeType : TypedEnum<string>

The MimeType type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates the MimeType instance from string representation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberApplicationFormUrlEncoded
Gets the "application/x-www-form-urlencoded" MIME type.
Public fieldStatic memberApplicationJson
Gets the "application/json" MIME type.
Public fieldStatic memberApplicationOctetStream
Gets the "application/octet-stream" MIME type.
Public fieldStatic memberApplicationPdf
Gets the "application/pdf" MIME type.
Public fieldStatic memberApplicationXml
Gets the "application/xml" MIME type.
Public fieldStatic memberApplicationZip
Gets the "application/zip" MIME type.
Public fieldStatic memberImageGif
Gets the "image/gif" MIME type.
Public fieldStatic memberImageJpeg
Gets the "image/jpeg" MIME type.
Public fieldStatic memberImagePng
Gets the "image/png" MIME type.
Public fieldStatic memberMultipartFormData
Gets the "multipart/form-data" MIME type.
Public fieldStatic memberTextCss
Gets the "text/css" MIME type.
Public fieldStatic memberTextHtml
Gets the "text/html" MIME type.
Public fieldStatic memberTextJavascript
Gets the "text/javascript" MIME type.
Public fieldStatic memberTextPlain
Gets the "text/plain" MIME type.
Top
See Also