Some texts on ASP.NET MVC state that \"there are no runat server tags\", even this MSDN article says this, when, right above that statement there is a code example with a ru
Just read in this tutorial:
http://www.asp.net/learn/mvc/tutorial-12-cs.aspx
that you need the
to be able to easily define the page title in your views.