PROGRAM AREA
WebApi Top questions
Post
New Post
Find by name:
WebApi
First Name
PostDate
Web API supports which protocol?
Web App support HTTP protocol
Web API supports which protocol?
Web App supports HTTP protocol.
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
Page 8 of 12
««
«
…
3
4
5
6
7
8
9
10
11
12
»
Full Page