ViewDataInfo Constructor (Func(Of Object))
Visual Studio 2010
Initializes a new instance of the ViewDataInfo class and associates a delegate for accessing the view data information.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- valueAccessor
- Type: System.Func(Of Object)
A delegate that defines how the view data information is accessed.
Community Additions
ADD
Show: