[This is preliminary documentation and is subject to change.]
The ITemplate type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Render |
Renders template by generating content into target
|
Properties
| Name | Description | |
|---|---|---|
| CanReuseInstance |
Indicates whether an instance of template class may be reused for invocation of Render() more than once (possibly with different rendering target and/or rendering context)
| |
| Context |
Custom context for the lifetime of this template
|
See Also