System.Web.Compilation.AppSettingsExpressionBuilder.SupportsEvaluate Property

Returns a value indicating whether an expression can be evaluated in a page that is not compiled.

Syntax

public override bool SupportsEvaluate { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The AppSettingsExpressionBuilder.SupportsEvaluate property indicates whether the AppSettingsExpressionBuilder.EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) method has been implemented in the class and can return a value for the expression. AppSettingsExpressionBuilder.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 is not compiled. The System.Web.Compilation.AppSettingsExpressionBuilder class supports evaluation of an application setting in a page that is not compiled, so it 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