ExpressionHelper Class
Provides a helper class to get the model name from an expression.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetInputName<'TModel, 'TProperty>(Expression<Func<'TModel, 'TProperty>>) | Gets the input name from the expression. |
![]() ![]() | GetRouteValuesFromExpression<'TController>(Expression<Action<'TController>>) | Gets the route values from the expression. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

