HtmlHelper<TModel>.GetExpressionName<TResult> 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 name for expression.
protected:
generic <typename TResult>
 System::String ^ GetExpressionName(System::Linq::Expressions::Expression<Func<TModel, TResult> ^> ^ expression);protected string GetExpressionName<TResult>(System.Linq.Expressions.Expression<Func<TModel,TResult>> expression);member this.GetExpressionName : System.Linq.Expressions.Expression<Func<'Model, 'Result>> -> stringProtected Function GetExpressionName(Of TResult) (expression As Expression(Of Func(Of TModel, TResult))) As StringType Parameters
- TResult
Parameters
- expression
- Expression<Func<TModel,TResult>>
The expression.
Returns
The expression name.