4
Vote

[Routing] Support namespace-based controller disambiguation in Web API

description

Same as MVC.

comments

HongmeiG wrote Apr 5 at 8:35 PM

Yes, this is nice to have. With RoutePrefix, this should be super easy now. Please let me know if it does.

HongmeiG wrote Apr 5 at 8:35 PM

RoutePrefix will address your scenario even cleaner.

** Closed by HongmeiG 04/05/2013 1:35PM

maxtoroq wrote Apr 5 at 11:41 PM

RoutePrefix is only available in attribute-based routing, not in MapHttpRoute.

raghuramn wrote Apr 6 at 1:36 AM

re-activating and assigning it as this is not fixed yet.

HongmeiG wrote Apr 6 at 3:46 AM

If you save the action descriptor to the request, then it will be an easy fix.