HttpResponseHelper/Create
Creates the Content of the HttpResponseMessage with UTF-8 encoding.
Request Information
Parameters
Name | Description | Type |
---|---|---|
content |
Content (Conversion to JSON/XML is done on the caller's end) |
String |
code |
Http status code |
HttpStatusCode |
mediaType |
Media type |
String |
Response Information
Response Description
Description | Type |
---|---|
HttpResponseMessage |
HttpResponseMessage |