Show / Hide Table of Contents

Class MediaTypeNames.Text

The text group.

Inheritance
System.Object
MediaTypeNames.Text
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Net.Mime
Assembly: Kephas.Core.dll
Syntax
public static class Text

Fields

| Improve this Doc View Source

Csv

The CSV media type.

Declaration
public const string Csv = "text/csv"
Field Value
Type Description
System.String
| Improve this Doc View Source

Ini

The INI media type.

Declaration
public const string Ini = "x-text/ini"
Field Value
Type Description
System.String
| Improve this Doc View Source

Plain

The plain text media type.

Declaration
public const string Plain = "text/plain"
Field Value
Type Description
System.String
| Improve this Doc View Source

Xml

The XML media type.

Declaration
public const string Xml = "text/xml"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX