NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ITemplate Interface

Provides a factory definition for populating a control with child controls from an inline template within a page file.

ITemplate

[Visual Basic]
Public Interface ITemplate
[C#]
public interface ITemplate
[C++]
public __gc __interface ITemplate

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ITemplate

Class Description
CompiledTemplateBase [To be supplied.]
CompiledTemplateBuilder [To be supplied.]
Page The Page class defines the properties, methods, and events common to all pages that are processed on the server in the Web Forms Page framework.
TemplateBuilder [To be supplied.]

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

ITemplate Members | System.Web.UI Namespace