RazorEngine


ICompiledTemplate

Defined in RazorEngine.dll.
Represents a compiled template.

Instance members

Instance memberDescription
CompilationData()
Signature: unit -> CompilationData
Modifiers: abstract
All temporary information about the compilation.
Key()
Signature: unit -> ITemplateKey
Modifiers: abstract
The key for the template (used for resolving the source code).
ModelType()
Signature: unit -> Type
Modifiers: abstract
The type of the model (null = dynamic).
Template()
Signature: unit -> ITemplateSource
Modifiers: abstract
The source of the template (ie the source code).
TemplateAssembly()
Signature: unit -> Assembly
Modifiers: abstract
The generated assembly of the template.
TemplateType()
Signature: unit -> Type
Modifiers: abstract
The actual Type object of the generated template.
Fork me on GitHub