Returns a value indicating whether an expression can be evaluated in a page that uses the no-compile feature.
Documentation for this section has not yet been entered.
The ResourceExpressionBuilder.SupportsEvaluate property indicates whether the ResourceExpressionBuilder.EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) method has been implemented in the class. ResourceExpressionBuilder.EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) must be implemented within an expression builder for an expression to be evaluated in a page that uses the no-compile feature. System.Web.Compilation.ResourceExpressionBuilder supports evaluation of resource values in non-compiled pages, so this property always returns true.