ViewDataInfo Constructor

 

Initializes a new instance of the ViewDataInfo class.

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

NameDescription
System_CAPS_pubmethodViewDataInfo()

Initializes a new instance of the ViewDataInfo class.

System_CAPS_pubmethodViewDataInfo(Func<Object^>^)

Initializes a new instance of the T:System.Web.Mvc.ViewDataInfo class and associates a delegate for accessing the view data information.

Return to top

ViewDataInfo Constructor ()

Initializes a new instance of the ViewDataInfo class.

public:
ViewDataInfo()
Return to top

ViewDataInfo Constructor (Func<Object^>^)

Initializes a new instance of the T:System.Web.Mvc.ViewDataInfo class and associates a delegate for accessing the view data information.

public:
ViewDataInfo(
	Func<Object^>^ valueAccessor
)

Parameters

valueAccessor
Type: System::Func<Object^>^

A delegate that defines how the view data information is accessed.

Return to top
Show: