IGraphTemplateManager.

ParseTemplateAsync<T>(TemplateTypes, T) Method

Summary

Parse the template and return the string result
Assembly
Cake.Graph.dll
Namespace
Cake.Graph.Templates
Containing Type
IGraphTemplateManager

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<string>