ExpressionBuilder::SupportsEvaluate Property
.NET Framework (current version)
When overridden in a derived class, returns a value indicating whether the current ExpressionBuilder object supports no-compile pages.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the ExpressionBuilder supports expression evaluation; otherwise, false.
The default value for the SupportsEvaluate property is false. To support no-compile pages, you must override both the EvaluateExpression method and the SupportsEvaluate property.
The following code example demonstrates how to use the SupportsEvaluate property.
.NET Framework
Available since 2.0
Available since 2.0
Show: