Statistics
The Highest Post







Statistics
Count 36
Avg 276.81
Min 21
Max 9230
WebApi Top questions

Details



Peter Agyekum What are main return types supported in Web API? Void – It will return an empty content HttpResponseMessage - It will convert the response to an HTTP message. IHttpActionResult - internally calls ExecuteAsync to create an HttpResponseMessage Other types - You can write the serialized return value into the response body