ASP.NET MVC: MetaTags; setting methodology, best practices
- by MVCDummy09
When I created a default MVC application in VS2K10, the master view (Site.Master) had a ContentPlaceHolder for the <title> tag.
Is there a better way to set metatags like title and description than using a ContentPlaceHolder in the master and setting that ContentPlaceHolder's value in each view?
How do you configure your views' metatags in a large-scale site with dozens and dozens of pages?