ExpressionBuilderContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExpressionBuilderContext class.
Overloads
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. |
ExpressionBuilderContext(String)
Initializes a new instance of the ExpressionBuilderContext class using the specified virtual path.
public:
ExpressionBuilderContext(System::String ^ virtualPath);
public ExpressionBuilderContext (string virtualPath);
new System.Web.Compilation.ExpressionBuilderContext : string -> System.Web.Compilation.ExpressionBuilderContext
Public Sub New (virtualPath As String)
Parameters
- virtualPath
- String
The virtual path of the file associated with the specified ExpressionBuilder.
Applies to
ExpressionBuilderContext(TemplateControl)
Initializes a new instance of the ExpressionBuilderContext class using the specified template control.
public:
ExpressionBuilderContext(System::Web::UI::TemplateControl ^ templateControl);
public ExpressionBuilderContext (System.Web.UI.TemplateControl templateControl);
new System.Web.Compilation.ExpressionBuilderContext : System.Web.UI.TemplateControl -> System.Web.Compilation.ExpressionBuilderContext
Public Sub New (templateControl As TemplateControl)
Parameters
- templateControl
- TemplateControl
The TemplateControl to use with the specified ExpressionBuilder.