RazorEngine


ICompilerService

Defined in RazorEngine.dll.
Defines the required contract for implementing a compiler service.

Instance members

Instance memberDescription
CodeInspectors()
Signature: unit -> IEnumerable<ICodeInspector>
Modifiers: abstract
Gets or sets the set of code inspectors.
CompileType(context)
Signature: context:TypeContext -> Type * CompilationData
Modifiers: abstract
Compiles the type defined in the specified type context.
Debug()
Signature: unit -> bool
Modifiers: abstract
Gets or sets whether the compiler service is operating in debug mode.
IncludeAssemblies()
Signature: unit -> IEnumerable<string>
Modifiers: abstract
Returns a set of assemblies that must be referenced by the compiled template.
ReferenceResolver()
Signature: unit -> IReferenceResolver
Modifiers: abstract
Gets or sets the reference resolver.
Fork me on GitHub