System.Web.Compilation.ResourceExpressionBuilder.ParseExpression Method

Returns an object that represents the parsed expression.

Syntax

public static ResourceExpressionFields ParseExpression (string expression)

Parameters

expression
The expression value to be parsed.

Returns

The System.Web.Compilation.ResourceExpressionFields for the expression.

Remarks

This method parses the expression and returns a ResourceExpressionFields.ClassKey and a ResourceExpressionFields.ResourceKey property value in the returned System.Web.Compilation.ResourceExpressionFields object, if these properties are provided in the expression.

Requirements

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