ExpressionBuilderCollection Class
Represents a collection of ExpressionBuilder objects. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
This section provides two code examples. The first demonstrates how to declaratively specify values for several properties of the ExpressionBuilderCollection class. The second demonstrates how to use members of the ExpressionBuilderCollection class.
The following configuration file example shows how to declaratively specify values for several properties of the ExpressionBuilderCollection class.
<system.web>
<compilation>
<expressionBuilders>
<add
expressionPrefix="Resources"
type="System.Web.Compilation.ResourceExpressionBuilder"/>
<add
expressionPrefix="ConnectionStrings"
type="System.Web.Compilation.
ConnectionStringsExpressionBuilder"/>
<add expressionPrefix="AppSettings"
type="System.Web.Compilation.AppSettingsExpressionBuilder" />
</expressionBuilders>
</compilation>
</system.web>
The following code example demonstrates how to use members of the ExpressionBuilderCollection class.
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.ExpressionBuilderCollection
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.