How to set Meta Tags in ASP.NET 4.0

This ASP.NET 4 tutorial explains how to set Meta Tags in ASP.NET 4.0.

To set the Meta Tags in ASP.NET 4 you should use the MetaKeywords and MetaDescription properties which are members of the Page class.

You can set these properties at run time, so you get the content from a database or other source, and which lets [...]