Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

bad practice to have actions in web api controllers

I was creating a new action for a WebApi controller and tried to create a url using the following: @Url.RouteUrl("DefaultApi", new { httproute = "", controller = "ClientApi"}) and noticed that the ...
SOfanatic's user avatar
  • 241