ModelMetadata Methods
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | FromLambdaExpression<TParameter, TValue>(Expression<Func<TParameter, TValue>>, ViewDataDictionary<TParameter>) | Returns the metadata from the Expression parameter for the model. |
![]() ![]() | FromStringExpression(String, ViewDataDictionary) | Gets the metadata from the expression parameter for the model. |
![]() | GetDisplayName() | Gets the display name for the model. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSimpleDisplayText() | Returns the simple description of the model. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValidators(ControllerContext) | Gets a list of validators for the model. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Show:


