Top "Viewbag" questions

ViewBag is a dynamic type object in the ASP.

How do I access a ViewBag.Title after it has been set by the underlying View?

Here's the thing. I have a MVC Action, and on that action, I have applied a custom ActionFilterAttribute to get …

asp.net-mvc asp.net-mvc-3 viewbag
Creating a class like ASP.NET MVC 3 ViewBag?

I have a situation where I would like to do something simular to what was done with the ASP.NET …

c# dynamic .net-4.0 asp.net-4.0 viewbag