RazorEngine


ICompilerServiceFactory

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

Instance members

Instance memberDescription
CreateCompilerService(language)
Signature: language:Language -> ICompilerService
Modifiers: abstract
Creates a ICompilerService that supports the specified language.
Fork me on GitHub