All Questions
Tagged with asp.net-mvc-web-api routing
1 question
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 ...