RazorEngine


ITemplateSource

Defined in RazorEngine.dll.

Represents a template source (ie the source code of a template).

Instance members

Instance memberDescription
GetTemplateReader()
Signature: unit -> TextReader
Modifiers: abstract

Get a reader to read the template.

Returns:

Template
Signature: string
Modifiers: abstract

The source code of the template.

TemplateFile
Signature: string
Modifiers: abstract

When not null this file is used for debugging the template.

Fork me on GitHub