Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the view data container.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public IViewDataContainer ViewDataContainer { get; internal set; }
public:
property IViewDataContainer^ ViewDataContainer {
IViewDataContainer^ get();
internal: void set(IViewDataContainer^ value);
}
member ViewDataContainer : IViewDataContainer with get, internal set
Public Property ViewDataContainer As IViewDataContainer
Get
Friend Set
End Property
Property Value
Type: System.Web.Mvc.IViewDataContainer
The view data container.
Remarks
This property contains an object that implements the IViewDataContainer interface.
See Also
HtmlHelper Class
System.Web.Mvc Namespace
Return to top