ModelMetadata.FromStringExpression Method (String, ViewDataDictionary)
Gets the metadata from the expression parameter for the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public static ModelMetadata FromStringExpression( string expression, ViewDataDictionary viewData )
Parameters
- expression
-
Type:
System.String
An expression that identifies the model.
- viewData
-
Type:
System.Web.Mvc.ViewDataDictionary
The view data dictionary.
Show: