Need Help Creating a Route in ASP.NET MVC
Posted
by DaveDev
on Stack Overflow
See other posts from Stack Overflow
or by DaveDev
Published on 2010-03-25T21:26:46Z
Indexed on
2010/03/25
21:53 UTC
Read the original article
Hit count: 320
I want to create a route like
//Widgets/PerformanceTable/['best' or 'worst' to sort by performance of an investment]
where either 'best' or 'worst' are required.
Can somebody show me a good way to do this?
Thanks
© Stack Overflow or respective owner