How to pass viewmodel to a layout/master page?
问题 Having googling for some time, I'm a little bit confused with how to do this in asp mvc 3. So, the task is to have a common layout (or master?) page for several controllers' views. All the views are strongly-typed themselves... This layout page in fact visualizes some strongly-typed object. So, I need this object to be passed to the layout page to pass it to `Html.RenderPartial()' or to render it right in the page. The article Passing Data to View Master Pages (C#) (though an old one for mvc2