ModelMetadata.FromLambdaExpression(Of TParameter, TValue) Method
Visual Studio 2010
Gets the metadata from the Expression parameter for the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Function FromLambdaExpression(Of TParameter, TValue) ( _ expression As Expression(Of Func(Of TParameter, TValue)), _ viewData As ViewDataDictionary(Of TParameter) _ ) As ModelMetadata
Type Parameters
- TParameter
The type of the parameter.
- TValue
The type of the value.
Parameters
- expression
- Type: System.Linq.Expressions.Expression(Of Func(Of TParameter, TValue))
An expression that identifies the model.
- viewData
- Type: System.Web.Mvc.ViewDataDictionary(Of TParameter)
The view data dictionary.
This method is called by templated helpers to get model metadata. For more information, see Walkthrough: Using Templated Helpers to Display Data in ASP.NET MVC.
Community Additions
ADD
Show: