Get Web API to return plain or simple text

Often we get as a collection or object when we test API and get return to a string like a plain text or auto generated ID. It is simple to view that code response.Content.ReadAsStringAsync().Result

Comments