can I have more than one route per action on select parameters?
- by zsharp
my action has two 3 parameters, but only two are called at a time. So I want to do this:
People is the action, string Height, string searchHigh, sting searchLow
/Groups/People/Tall/searchHigh
and this
/Groups/People/Short/searchLow
i map both and the first route works, but the second gets appended to the first when go to the short tab.