TemplateFactory.

RenderTemplateAsync(string, object) Method

Syntax

public Task<string> RenderTemplateAsync(string templateName, object model)

Parameters

Name Type Description
templateName string
model object

Return Value

Type Description
Task<string>
GitHub