Table of Contents

Class MediaTypeNames.Text

Namespace
Kampute.HttpClient
Assembly
Kampute.HttpClient.dll

Represents media type names for text content types.

public static class MediaTypeNames.Text
Inheritance
MediaTypeNames.Text
Inherited Members

Fields

Csv

Media type name for CSV (Comma-Separated Values) files.

public const string Csv = "text/csv"

Field Value

string

Html

Media type name for HTML documents.

public const string Html = "text/html"

Field Value

string

Plain

Media type name for plain text documents.

public const string Plain = "text/plain"

Field Value

string

RichText

Media type name for Rich Text Format (RTF) documents.

public const string RichText = "text/richtext"

Field Value

string

Xml

Media type name for XML documents.

public const string Xml = "text/xml"

Field Value

string