3

Closed

Hard to change controller name pattern in Web API

description

It's impossible by just changing the default pattern of controller name by just replacing the HttpControllerTypeResolver. Internal HttpControllerTypeCache has strong dependency on the "Controller" suffix pattern. In order to replace the cache, user has to rewrite the whole IHttpControllerSelector.
Closed Sep 26, 2012 at 6:10 AM by HongmeiG
This is definitely a bad bug. However, it seems to be a corner scenario to support.

comments

HongmeiG wrote May 15, 2012 at 9:37 PM

we can revisit this in future release.