RazorEngine


DefaultCompilerServiceFactory

Defined in RazorEngine.dll.

Provides a default implementation of a ICompilerServiceFactory.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
CreateCompilerService(language)
Signature: language:Language -> ICompilerService
Modifiers: abstract

Creates a ICompilerService that supports the specified language.

Returns: An instance of .

Fork me on GitHub