In the default asp.net mvc project, in the Site.Master file, there is a menu navigation list:
Inside a view, you can get the current action name with:
ViewContext.RouteData.Values["action"].ToString()