Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the model name from a lambda expression.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Shared Function GetExpressionText ( _
expression As LambdaExpression _
) As String
public static string GetExpressionText(
LambdaExpression expression
)
public:
static String^ GetExpressionText(
LambdaExpression^ expression
)
Parameters
- expression
Type: System.Linq.Expressions.LambdaExpression
The expression.
Return Value
Type: System.String
The model name.