Generating Traditional URLs with ASP.NET MVC3

July 13th, 2011
Link Twitter
Nettuts+

Advertise here

There are certain truths in the world: we’re born, we die, and URLs should end with a slash if it doesn’t point to a file. The ASP.NET MVC framework bucks tradition and convention, and the built-in methods that generate URLs do so by omitting the trailing slash. It may… read more

Categories: Web Design
Tags: ,