ITemplateRenderer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines interface for data binding to template and rendering a string.
public interface ITemplateRenderer
type ITemplateRenderer = interface
Public Interface ITemplateRenderer
- Derived
Methods
| RenderTemplate(ITurnContext, String, String, Object) |
render a template to an activity or string. |