System.Web.Compilation.ExpressionBuilderContext.TemplateControl Property

Provides an System.Web.Compilation.ExpressionBuilder object with a reference to a System.Web.UI.TemplateControl object.

Syntax

public System.Web.UI.TemplateControl TemplateControl { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An expression builder might require additional information about the containing page to evaluate or parse the expression value.

This also provides the System.Web.Compilation.ExpressionBuilder object with information regarding the page that might be required. When an instance of a control is part of a control template, the ExpressionBuilderContext.TemplateControl property contains a reference to the containing control. For more information, see System.Web.UI.TemplateControl.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0