ExpressionBuilder Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the ExpressionBuilder class.
Assembly: System.Web (in System.Web.dll)
Parameters
- expressionPrefix
-
Type:
System.String
A string that identifies the type of expression to retrieve.
- theType
-
Type:
System.String
A string that specifies the expression type.
The following code example demonstrates how to create an ExpressionBuilder object. This code example is part of a larger example provided for the ExpressionBuilderCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: