MediaTypeNames.Text Class
- Namespace
- Kampute.HttpClient
- Assembly
- Kampute.HttpClient.dll
Definition
Represents media type names for text content types.
public static class MediaTypeNames.Text- Inheritance
- object
- MediaTypeNames.Text
Fields
Csv
Media type name for CSV (Comma-Separated Values) files.
public const string Csv = "text/csv"Field Value
Html
Media type name for HTML documents.
public const string Html = "text/html"Field Value
Plain
Media type name for plain text documents.
public const string Plain = "text/plain"Field Value
RichText
Media type name for Rich Text Format (RTF) documents.
public const string RichText = "text/richtext"Field Value
Xml
Media type name for XML documents.
public const string Xml = "text/xml"
