Is it possible to use custom routes handling code?
For example client requests server on http://server.com/api/v1/json/profile/
and my code calls ApiController
, MyAction
action with parameters version=1
, format=json
, action=profile
.
I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...