RazorEngine


IReferenceResolver

Defined in RazorEngine.dll.

Tries to resolve the references for a given compilation option.

Instance members

Instance memberDescription
GetReferences(...)
Signature: (context:TypeContext * includeAssemblies:IEnumerable<CompilerReference>) -> IEnumerable<CompilerReference>
Modifiers: abstract

Resolve the reference for a compilation process.

Returns: the references which will be used in the compilation process.

Fork me on GitHub