Show / Hide Table of Contents

Class MimeTypes.Text

Inheritance
object
MimeTypes.Text
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.Core.dll
Syntax
public static class MimeTypes.Text

Fields

Css

Declaration
public const string Css = "text/css"
Field Value
Type Description
string

Csv

Declaration
public const string Csv = "text/csv"
Field Value
Type Description
string

Html

Declaration
public const string Html = "text/html"
Field Value
Type Description
string

Plain

Declaration
public const string Plain = "text/plain"
Field Value
Type Description
string

RichText

Declaration
public const string RichText = "text/richtext"
Field Value
Type Description
string

Sgml

Declaration
public const string Sgml = "text/sgml"
Field Value
Type Description
string

Yaml

Declaration
public const string Yaml = "text/yaml"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform