1.

Can you name the main return types supported in dotnet WEB API?

Answer»

Can you name the MAIN RETURN types supported in DOTNET WEB API?
Below are the four main return types supported in ASP.NET WEB API:-
(1)HttpResponseMessage
(2)IHttpActionResult
(3)Void
(4)Other types like as string, int etc



Discussion

No Comment Found