WebApi Top questions

Post

New Post


Find by name:

WebApi First Name PostDate
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
Web API supports which protocol? Web App supports HTTP protocol.
Web API supports which protocol? Web App support HTTP protocol