HtmlHelper<TModel>::ViewBag Property

Gets the view bag.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property Object^ ViewBag {
	Object^ get ();
}

Property Value

Type: System::Object
The view bag.
Show: