BuildTemplateMethod Delegate
Supports ASP.NET during the creation of a template for a templated control from generated class code. The BuildTemplateMethod delegate handles the InstantiateIn method.
Assembly: System.Web (in System.Web.dll)
'Declaration Public Delegate Sub BuildTemplateMethod ( _ control As Control _ ) 'Usage Dim instance As New BuildTemplateMethod(AddressOf HandlerMethod)
Parameters
- control
- Type: System.Web.UI.Control
A Control that represents the container used to store the child controls in the template.
The BuildTemplateMethod delegate is used in conjunction with the CompiledTemplateBuilder class, which creates a template for a templated control from generated class code.
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.