AjaxHelper.ViewBag Property

Gets the ViewBag.

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

'Declaration
Public ReadOnly Property ViewBag As Object 
	Get
'Usage
Dim instance As AjaxHelper 
Dim value As Object 

value = instance.ViewBag

Property Value

Type: System.Object
The ViewBag.
Show: