I am still very new to routing with asp.net mvc, so perhaps this is obvious and I am just missing the answer...
I have a controller named 'pages', and it has several action results, 'Information', 'History' etc. Each action result takes a string, and from that, it returns a View based on the name of the string. So...
Pages/Information/About Pages/Information/Products Pages/History/Employees
etc. The Controller is named 'Pages', of course. I'm wondering if I can use Routing to remove the 'Pages' part of the URL on the user side, just for a more user-friendly approach?