RazorEngine


ITemplateResolver

Defined in RazorEngine.dll.

Defines the required contract for implementing a template resolver.

Instance members

Instance memberDescription
Resolve(name)
Signature: name:string -> string
Modifiers: abstract

Resolves the template content with the specified name.

Returns: The template content.

Fork me on GitHub