VBRazorCodeLanguage
Defined in RazorEngine.dll.
Provides a razor code language that supports the VB language.
Constructors
Constructor | Description |
new(strictMode)
Signature: strictMode:bool -> unit
|
Initialises a new instance |
Instance members
Instance member | Description |
CreateCodeGenerator(...)
Signature: (className:string * rootNamespaceName:string * sourceFileName:string * host:RazorEngineHost) -> RazorCodeGenerator
Modifiers: abstract |
Creates the code generator. Returns: An instance of . |
StrictMode()
Signature: unit -> unit
|
Gets whether strict mode is enabled. |