This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Graph.
                            
	
		Summary
            Parse the template and return the string result
            
		- Assembly
- Cake.Graph .dll 
- Namespace
- Cake.Graph .Templates 
- Containing Type
- IGraph Template Manager 
Syntax
Task<string> ParseTemplateAsync<T>(TemplateTypes templateTypeKey, T model)Type Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| templateTypeKey | TemplateTypes | |
| model | T | 
Return Value
| Type | Description | 
|---|---|
| Task | 
