I need to pass List to _LayOut.Cshml in ASP.NET MVC. Let us say, I want to show city dropdown next to Login. It will be there for all views.
I know few options like creating a base controller class , Action filter
But can not getting it work. Any help ?