RazorEngine


CompilerServiceBuilder

Defined in RazorEngine.dll.

Manages creation of ICompilerService instances.

Static members

Static memberDescription
GetCompilerService(language)
Signature: language:Language -> ICompilerService

Gets the ICompilerService for the specfied language.

Returns: The compiler service instance.

GetDefaultCompilerService()
Signature: unit -> ICompilerService

Gets the ICompilerService for the default Language.

Returns: The compiler service instance.

SetCompilerServiceFactory(factory)
Signature: factory:ICompilerServiceFactory -> unit

Sets the ICompilerServiceFactory used to create compiler service instances.

Fork me on GitHub