Compile
ITemplateEngine.Compile method
Transforms the template with the given key and model object to output.
public string Compile(string key, object model)
Parameter | Type | Description |
---|---|---|
key | String | Key for the template in the template collection. |
model | Object | Model object with data for transformation. |
Return Value
Resulting output as a String.
See Also
- interface ITemplateEngine
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides