I want to be able to load a static html file into an MVC View. I can view the file using "return Redirect("staticHtmlFile") but I am looking to load the file into a view and have a friendly url. Example: Folder called "Ford" which has a html file and related css and images.
the url to show this file should look something like this "http://foo/cars/ford"
Does anyone know how I can accomplish this.
regards