AjaxHelper::ViewDataContainer Property

 

Gets the view data container.

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

public:
property IViewDataContainer^ ViewDataContainer {
	IViewDataContainer^ get();
	internal: void set(IViewDataContainer^ value);
}

Property Value

Type: System.Web.Mvc::IViewDataContainer^

The view data container.

This property contains an object that implements the IViewDataContainer interface.

Return to top
Show: