1.

What are the main return types supported in ASP. Net Web API?

Answer»

It SUPPORTS the following RETURN TYPES:

  • HttpResponseMessage
  • IHttpActionResult
  • Void
  • Other types such as STRING, int, ETC


Discussion

No Comment Found