ASP.NET Web API custom IHttpControllerSelector for a single route
I need a custom IHttpControllerSelector which should be applied to a specific route only. All other web api routes should use the default implementation of IHttpControllerSelector.