ResourceExpressionBuilder::ParseExpression Method (String^)

 

Returns an object that represents the parsed expression.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
static ResourceExpressionFields^ ParseExpression(
	String^ expression
)

Parameters

expression
Type: System::String^

The expression value to be parsed.

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

.NET Framework
Available since 2.0
Return to top
Show: