I'm still learning ASP.NET, and I cannot seem to figure out how to create routes.
I have 2 Views:
default.cshtml
contact.cshtml
I want http://example.com/contact to route to contact.cshtml, andhttp://example.com/ to route to default.cshtml
How do I do this?