I'm trying to figure out how to implement a URL with up to 3 (optional) url parameters.
I figured out how to do this in ASP.NET MVC 3, but the constraints of the current project eliminated it. So, here's what I'm looking for:
base/{param1}/{param2}/{param3}
where param2 and param3 are optional. Is this simply a regex pattern in the handlers
section?
I'm not sure if there is a nice way to do it, but this should work: