HtmlHelper.ViewDataContainer Property

Visual Studio 2010

Gets or sets the view data container.

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

'Declaration
Public Property ViewDataContainer As IViewDataContainer
	Get
	Private Set

Property Value

Type: System.Web.Mvc.IViewDataContainer
The view data container.

This property contains an object that implements the IViewDataContainer interface.

Community Additions

ADD
Show: