string ControllerInfo = ViewContext.RouteData.Values["controller"].ToString(); string Action = ViewContext.RouteData.Values["action"].ToString();