CompilerServiceBuilder
Defined in RazorEngine.dll.
Manages creation of ICompilerService instances.
Static members
Static member | Description |
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. |