ITemplate MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ITemplate type exposes the following members.
Methods

  NameDescription
Public methodRender
Renders template by generating content into target
Back to Top
Properties

  NameDescription
Public propertyCanReuseInstance
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)
Public propertyContext
Custom context for the lifetime of this template
Back to Top
See Also