WebApi Top questions

Post

New Post


Find by name:

WebApi First Name PostDate
What are the advantages of Web API? OData Filters Content Negotiation Self-Hosting Routing Model Bindings
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.