AddTemplate
ITemplateEngine.AddTemplate method
Adds the template to the template collection.
public void AddTemplate(string key, string template, Type modelType)
Parameter | Type | Description |
---|---|---|
key | String | Key for the template in the template collection. |
template | String | Template content. |
modelType | Type | Type of a model object for the template. |
See Also
- interface ITemplateEngine
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides