System.Web.Compilation.ResourceExpressionBuilder.SupportsEvaluate Property

Returns a value indicating whether an expression can be evaluated in a page that uses the no-compile feature.

Syntax

public override bool SupportsEvaluate { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0