RazorEngine


ICompiledTemplate

Defined in RazorEngine.dll.

Represents a compiled template.

Instance members

Instance memberDescription
CompilationData
Signature: CompilationData
Modifiers: abstract

All temporary information about the compilation.

Key
Signature: ITemplateKey
Modifiers: abstract

The key for the template (used for resolving the source code).

ModelType
Signature: Type
Modifiers: abstract

The type of the model (null = dynamic).

Template
Signature: ITemplateSource
Modifiers: abstract

The source of the template (ie the source code).

TemplateAssembly
Signature: Assembly
Modifiers: abstract

The generated assembly of the template.

TemplateType
Signature: Type
Modifiers: abstract

The actual Type object of the generated template.

Fork me on GitHub