Name

TemplateBuilder

Synopsis

This class works with the ASP.NET framework to parse and build a templated control when a request is made for a Web Forms page. It is not used in your code.

Public Class TemplateBuilder : Inherits ControlBuilder : Implements ITemplate
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Overridable Public Property Text As String  
' Public Instance Methods
   Overrides Public Sub Init(ByVal parser As TemplateParser, 
        ByVal parentBuilder As ControlBuilder, 
        ByVal type As Type, ByVal tagName As String, 
        ByVal ID As String, 
        ByVal attribs As System.Collections.IDictionary) 
   Overridable Public Sub InstantiateIn(
        ByVal container As Control) Implements ITemplate.InstantiateIn 
   Overrides Public Function NeedsTagInnerText() As Boolean  
   Overrides Public Sub SetTagInnerText(ByVal text As String) 
End Class

Hierarchy

System.ObjectControlBuilder TemplateBuilder(ITemplate)

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.