ViewDataInfo.Container Property
Gets or sets the object that contains the values to be displayed by the template.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property Container As Object
Get
Set
public Object Container { get; set; }
public:
property Object^ Container {
Object^ get ();
void set (Object^ value);
}
Property Value
Type: System.Object
The object that contains the values to be displayed by the template.