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 TextFields
| Improve this Doc View SourceCsv
The CSV media type.
Declaration
public const string Csv = "text/csv"Field Value
| Type | Description | 
|---|---|
| System.String | 
Ini
The INI media type.
Declaration
public const string Ini = "x-text/ini"Field Value
| Type | Description | 
|---|---|
| System.String | 
Plain
The plain text media type.
Declaration
public const string Plain = "text/plain"Field Value
| Type | Description | 
|---|---|
| System.String | 
Xml
The XML media type.
Declaration
public const string Xml = "text/xml"Field Value
| Type | Description | 
|---|---|
| System.String |