1

Closed

Add ability to ignore a action method when doing verb based routing

description

I think that adding a bool to HttpGetAttribute that said to ignore an method when trying to determine the correct route would be helpful. Then you could have multiple GetSomething calls within the same controller and avoid the ambiguous route exception. This would probably also need to be coupled with some kind of special route in the routetable to handle using named routes.
Closed Mar 19 at 5:55 PM by HongmeiG
It is a dup of issue 795.

comments

HongmeiG wrote Aug 10, 2012 at 10:51 PM

This is related to issue 184. If by default, the selector will choose the verb based routing, then this issue is solved as well.