MimeTypes Class
Selected MIME types for this Studio
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["MimeTypes"] class Type type-node

Syntax

public static class MimeTypes

Remarks

Multipurpose Internet Mail Extensions: https://tools.ietf.org/html/rfc6838 See: https://www.iana.org/assignments/media-types/media-types.xhtml

Fields

Name Field Type Constant Value Summary
ApplicationAtomXml string application/atom+xml
MIME media type name: application MIME subtype name: atom+xml [ https://www.iana.org/assignments/media-types/application/atom+xml ]
static
ApplicationFormUrlEncoded string application/x-www-form-urlencoded
MIME media type name: application Media subtype name: x-www-form-urlencoded [ https://www.iana.org/assignments/media-types/application/x-www-form-urlencoded ]
static
ApplicationJson string application/json
MIME media type name: application Subtype name: json [ https://www.iana.org/assignments/media-types/application/json ]
static
ApplicationOctetStream string application/octet-stream
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 ]
static
ApplicationRssXml string application/rss+xml
MIME media type name: application
static
ApplicationVndMsFontObject string application/vnd.ms-fontobject
MIME media type name: application MIME subtype name: vnd.ms-fontobject [ https://www.iana.org/assignments/media-types/application/vnd.ms-fontobject ]
static
ApplicationXFontOtf string application/x-font-otf
MIME media type name: application
static
ApplicationXFontTtf string application/x-font-ttf
MIME media type name: application
static
ApplicationXFontWoff string application/x-font-woff
MIME media type name: application
static
ApplicationXml string application/xml
MIME media type name: application Subtype name: xml [ https://www.iana.org/assignments/media-types/application/xml ]
static
ImageGif string image/gif
The image GIF format.
static
ImageJpeg string image/jpeg
The image JPEG format.
static
ImagePng string image/png
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 ]
static
ImageSvgXml string image/svg+xml
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 ]
static
ImageWebP string image/webp
The Web Picture format.
static
ImageXIcon string image/x-icon
Microsoft Icon.
static
TextCss string text/css
Type name: text Subtype name: css [ https://www.iana.org/assignments/media-types/text/css ]
static
TextHtml string text/html
Type name: text Subtype name: Standards Tree - html [ https://www.iana.org/assignments/media-types/text/html ]
static
TextJavascript string text/javascript
Type name: text Subtype name: javascript [ https://www.iana.org/assignments/media-types/text/javascript ]
static
TextPlain string text/plain
Text, (generally ASCII or ISO 8859-n).
static
TextXml string text/xml
Type name: text Subtype name: xml [ https://www.iana.org/assignments/media-types/text/xml ]
static