The following MVC route Page/View/Id would go to the View Method in the Page Controller
I would like the following route:
/{page-title}
So could use a route like this: http://www.mysite.com/This-Is-a-Page
How do I configure this, considering This-Is-a-Page might be a controller also?