Auf Englisch lesen Bearbeiten

Freigeben über


ExpressionBuilder.ParseExpression Method

Definition

When overridden in a derived class, returns an object that represents the parsed expression.

public virtual object ParseExpression(string expression, Type propertyType, System.Web.Compilation.ExpressionBuilderContext context);

Parameters

expression
String

The value of the declarative expression.

propertyType
Type

The type of the property bound to by the expression.

context
ExpressionBuilderContext

Contextual information for the evaluation of the expression.

Returns

An Object containing the parsed representation of the expression; otherwise, null if ParseExpression(String, Type, ExpressionBuilderContext) is not implemented.

Remarks

When overridden in a derived class, this method parses the expression and returns it as an object that can be used as the parsedData parameter in a GetCodeExpression or EvaluateExpression method.

Applies to

Produkt Versionen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1