ResourceExpressionBuilder::ParseExpression Method (String^)
.NET Framework (current version)
Returns an object that represents the parsed expression.
Assembly: System.Web (in System.Web.dll)
Parameters
- expression
-
Type:
System::String^
The expression value to be parsed.
Return Value
Type: System.Web.Compilation::ResourceExpressionFields^The ResourceExpressionFields for the expression.
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
Available since 2.0
Show: