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.
Template()
Signature: unit -> string
Modifiers: abstract
The source code of the template.
TemplateFile()
Signature: unit -> string
Modifiers: abstract
When not null this file is used for debugging the template.
Fork me on GitHub