Need Help Creating a Route in ASP.NET MVC
- by DaveDev
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