Here is how make so that you have a custom title for a custom page (View).
Open the View (.cshtml) file that you want with a custom title and add this code at the top of the file:
Code:
@{
Layout.Title = T("Custom Title | EXTREMEDEV").Text;
}www.extremedev.blogspot.com