0
kicks
Global View Data in ASP.NET MVC
A simple example that implements several options for exposing data to your views that may be necessary on all pages (such as used in the site's master page). The post starts from a Web Forms implementation style and then refactors toward the MVC pattern.