I have an ASP.NET MVC application which is pretty simple so far, but I want to add a driving directions page to the clients location. I see plenty of examples using the traditional code behind model but none with ASP.NET MVC. The application uses master pages and content pages.
I'm pretty new to ASP.NET MVC, so bear with me. Any examples of doing this would be much appreciated.
PS: I'm not totally against integrating a standard code behind type page in the application if needs be.