HttpContentType
Common HTTP Content-Type header values used to specify data formats in requests or responses.
Items
Name
Value
Description
ApplicationJson
0
"application/json", for JSON data.
ApplicationXml
1
"application/xml", for XML data.
ApplicationUrlEncoded
2
"application/x-www-form-urlencoded", for web form submissions.
TextPlain
3
"text/plain", for plain text.
TextXml
4
"text/xml", for XML in text format.
Last updated