ModelMetadata.FromStringExpression(String, ViewDataDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the metadata from the expression parameter for the model.
public static System.Web.Mvc.ModelMetadata FromStringExpression (string expression, System.Web.Mvc.ViewDataDictionary viewData);
static member FromStringExpression : string * System.Web.Mvc.ViewDataDictionary -> System.Web.Mvc.ModelMetadata
Public Shared Function FromStringExpression (expression As String, viewData As ViewDataDictionary) As ModelMetadata
Parameters
- expression
- String
An expression that identifies the model.
- viewData
- ViewDataDictionary
The view data dictionary.
Returns
The metadata for the model.