ExpressionBuilderContext Class
Provides the context for an ExpressionBuilder object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ExpressionBuilderContext(String) | Initializes a new instance of the ExpressionBuilderContext class using the specified virtual path. |
![]() | ExpressionBuilderContext(TemplateControl) | Initializes a new instance of the ExpressionBuilderContext class using the specified template control. |
| Name | Description | |
|---|---|---|
![]() | TemplateControl | Provides an ExpressionBuilder object with a reference to a TemplateControl object. |
![]() | VirtualPath | Returns a virtual path to the file associated with the ExpressionBuilderContext object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
An ExpressionBuilderContext object is typically used to obtain a virtual path or a TemplateControl property for use with an expression builder. For more information, see ExpressionBuilder.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

