Table of Contents

Class MimeType

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

The MIME type.

public sealed class MimeType : TypedEnum<string>
Inheritance
MimeType
Inherited Members

Fields

ApplicationFormUrlEncoded

Gets the "application/x-www-form-urlencoded" MIME type.

ApplicationJson

Gets the "application/json" MIME type.

ApplicationOctetStream

Gets the "application/octet-stream" MIME type.

ApplicationPdf

Gets the "application/pdf" MIME type.

ApplicationXml

Gets the "application/xml" MIME type.

ApplicationZip

Gets the "application/zip" MIME type.

ImageGif

Gets the "image/gif" MIME type.

ImageJpeg

Gets the "image/jpeg" MIME type.

ImagePng

Gets the "image/png" MIME type.

MultipartFormData

Gets the "multipart/form-data" MIME type.

TextCss

Gets the "text/css" MIME type.

TextHtml

Gets the "text/html" MIME type.

TextJavascript

Gets the "text/javascript" MIME type.

TextPlain

Gets the "text/plain" MIME type.

Methods

Create(string)

Creates the MimeType instance from string representation.

Operators

explicit operator MimeType(string)

Creates the MimeType instance from string representation.