In the default asp.net mvc project, in the Site.Master file, there is a menu navigation list:
An old question but hopefully someone might find this very helpful.
For example, in index.cshtml, put something like
@{
ViewBag.PageName = "Index";
}
I didn't just test it, I use this method in my projects