DefaultCompilerServiceFactory
Defined in RazorEngine.dll.
Provides a default implementation of a ICompilerServiceFactory.
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
Instance members
Instance member | Description |
CreateCompilerService(language)
Signature: language:Language -> ICompilerService
Modifiers: abstract |
Creates a ICompilerService that supports the specified language. Returns: An instance of . |