Yogesh Wani
How to add custom request name for .net web API ?

We have api controllers but name are very long and not good while providing services to consumers how can we provide custom request name for asp.net web api ?

  1. public class ManageProductController : ApiController
  2. {
  3. [HttpGet]
  4. public List<Product> getProductList()
  5. {
  6. // returns product list
  7. }
  8. }
By Yogesh Wani in .NET on Nov 07 2019


Most Popular Job Functions


MOST LIKED QUESTIONS