What is prefered way of setting html title (in head) for view when using master pages?
One way is by using Page.Title in .aspx file, but that requires in master pag
There is a Title property of the @Page directive for content pages.