Class MediaTypeNames.Application
The application group.
Inheritance
System.Object
MediaTypeNames.Application
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 Application
Fields
| Improve this Doc View SourceJson
The JSON media type.
Declaration
public const string Json = "application/json"
Field Value
Type | Description |
---|---|
System.String |
Xml
The XML media type.
Declaration
public const string Xml = "application/xml"
Field Value
Type | Description |
---|---|
System.String |