Class ContentTypeConstants
Constants for content types and HTTP headers.
public static class ContentTypeConstants
- Inheritance
-
ContentTypeConstants
- Inherited Members
Fields
Json
The application/json content type.
public const string Json = "application/json"
Field Value
Xml
The application/xml content type.
public const string Xml = "application/xml"