Class MimeTypes
Selected MIME types for this Studio
public static class MimeTypes
- Inheritance
-
MimeTypes
- Inherited Members
Remarks
Multipurpose Internet Mail Extensions: https://tools.ietf.org/html/rfc6838 See: https://www.iana.org/assignments/media-types/media-types.xhtml
Fields
ApplicationAtomXml
MIME media type name: application MIME subtype name: atom+xml [ https://www.iana.org/assignments/media-types/application/atom+xml ]
public const string ApplicationAtomXml = "application/atom+xml"
Field Value
ApplicationFormUrlEncoded
MIME media type name: application Media subtype name: x-www-form-urlencoded [ https://www.iana.org/assignments/media-types/application/x-www-form-urlencoded ]
public const string ApplicationFormUrlEncoded = "application/x-www-form-urlencoded"
Field Value
ApplicationJson
MIME media type name: application Subtype name: json [ https://www.iana.org/assignments/media-types/application/json ]
public const string ApplicationJson = "application/json"
Field Value
ApplicationOctetStream
MIME media type name: application
The octet-stream
subtype is used to indicate that a body contains arbitrary binary data.
[ https://www.iana.org/assignments/media-types/application/octet-stream ]
public const string ApplicationOctetStream = "application/octet-stream"
Field Value
ApplicationRssXml
MIME media type name: application
public const string ApplicationRssXml = "application/rss+xml"
Field Value
Remarks
This MIME type is not documented by www.iana.org. What did Dave Winer do to those people?
ApplicationVndMsFontObject
MIME media type name: application MIME subtype name: vnd.ms-fontobject [ https://www.iana.org/assignments/media-types/application/vnd.ms-fontobject ]
public const string ApplicationVndMsFontObject = "application/vnd.ms-fontobject"
Field Value
ApplicationXFontOtf
MIME media type name: application
public const string ApplicationXFontOtf = "application/x-font-otf"
Field Value
Remarks
This MIME type is not documented by www.iana.org. [ https://www.iana.org/assignments/media-types/font/otf ]
ApplicationXFontTtf
MIME media type name: application
public const string ApplicationXFontTtf = "application/x-font-ttf"
Field Value
Remarks
This MIME type is not documented by www.iana.org. [ https://www.iana.org/assignments/media-types/font/ttf ]
ApplicationXFontWoff
MIME media type name: application
public const string ApplicationXFontWoff = "application/x-font-woff"
Field Value
Remarks
This MIME type is not documented by www.iana.org. [ https://www.iana.org/assignments/media-types/font/woff ]
ApplicationXml
MIME media type name: application Subtype name: xml [ https://www.iana.org/assignments/media-types/application/xml ]
public const string ApplicationXml = "application/xml"
Field Value
ImageGif
The image GIF format.
public const string ImageGif = "image/gif"
Field Value
Remarks
This MIME type is not documented by www.iana.org.
[ https://www.iana.org/go/rfc2046 ] [ https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#gif_graphics_interchange_format ]
ImageJpeg
The image JPEG format.
public const string ImageJpeg = "image/jpeg"
Field Value
Remarks
This MIME type is not documented by www.iana.org.
[ https://www.iana.org/go/rfc2046 ] [ https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg_joint_photographic_experts_group_image ]
ImagePng
Media type name: image Media subtype name: png [ https://www.iana.org/assignments/media-types/image/png ] [ https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#png_portable_network_graphics ]
public const string ImagePng = "image/png"
Field Value
ImageSvgXml
Media type name: image Subtype name: svg+xml [ https://www.iana.org/assignments/media-types/image/svg+xml ] [ https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#svg_scalable_vector_graphics ]
public const string ImageSvgXml = "image/svg+xml"
Field Value
ImageWebP
The Web Picture format.
public const string ImageWebP = "image/webp"
Field Value
Remarks
This MIME type is not documented by www.iana.org.
[ https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#webp_image ]
ImageXIcon
Microsoft Icon.
public const string ImageXIcon = "image/x-icon"
Field Value
Remarks
This MIME type is not documented by www.iana.org.
[ https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#ico_microsoft_windows_icon ]
TextCss
Type name: text Subtype name: css [ https://www.iana.org/assignments/media-types/text/css ]
public const string TextCss = "text/css"
Field Value
TextHtml
Type name: text Subtype name: Standards Tree - html [ https://www.iana.org/assignments/media-types/text/html ]
public const string TextHtml = "text/html"
Field Value
TextJavascript
Type name: text Subtype name: javascript [ https://www.iana.org/assignments/media-types/text/javascript ]
public const string TextJavascript = "text/javascript"
Field Value
TextPlain
Text, (generally ASCII or ISO 8859-n).
public const string TextPlain = "text/plain"
Field Value
Remarks
This MIME type is not documented by www.iana.org.
[ https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types ]
TextXml
Type name: text Subtype name: xml [ https://www.iana.org/assignments/media-types/text/xml ]
public const string TextXml = "text/xml"