RazorEngine


TemplateRunnerExtensions

Defined in RazorEngine.dll.

Extensions for the ITemplateRunner`1.

Static members

Static memberDescription
Run(templateRunner, model, viewBag)
Signature: (templateRunner:ITemplateRunner<'TModel> * model:'TModel * viewBag:DynamicViewBag) -> string
Type parameters: 'TModel

Runs the template using the specified .

Returns:

Fork me on GitHub