ICompilerServiceFactory
Defined in RazorEngine.dll.
Defines the required contract for implementing a compiler service factory.
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 . |