Is it possible to use the MVC framework & reflection to get a controller and action descriptors for a url and a list of parameters?
Basically I want to tap into 1) the logic to resolve a route and 2) the logic that determines which action signature matches the list of parameters coming from the client.
Thanks.