nspectre - declarative validation for .NET

TemplateProcessor.Execute Method 

Executes a template.

public string Execute(
   string template,
   Properties properties,
   Properties templates
);

Parameters

template
The name of the template to use.
properties
The properties used.
templates
Any templates used in the template.

Return Value

A string.

See Also

TemplateProcessor Class | NSpectre.Core.Engine Namespace