TemplateFactory.

RenderTemplate(string, object) Method

Syntax

public string RenderTemplate(string templateName, object model)

Parameters

Name Type Description
templateName string
model object

Return Value

Type Description
string
GitHub