CachedExpressionCompiler Class
Represents a cached expression compiler.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Compile<'TModel, 'TValue>(Expression<Func<'TModel, 'TValue>>) | Implements caching around LambdaExpression.Compile() so that equivalent expression trees only have to be compiled once. |
![]() ![]() | Evaluate(Expression) | Evaluates an 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:

