ViewBag is a dynamic type object in the ASP.
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 viewbagI 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 viewbagI have a really simple ViewBag.Title. Like this: @{ ViewBag.Title = "My Title"; ViewBag.MiniTitle = "Sub - Title"; } Which is …
c# asp.net-mvc razor viewbag