VBRazorCodeGenerator
Defined in RazorEngine.dll.
Defines a code generator that supports VB syntax.
Constructors
Constructor | Description |
new(...)
Signature: (className:string * rootNamespaceName:string * sourceFileName:string * host:RazorEngineHost * strictMode:bool) -> unit
|
Initializes a new instance of the VBRazorCodeGenerator class. |
Instance members
Instance member | Description |
StrictMode()
Signature: unit -> unit
|
Gets whether the code generator is running in strict mode. |
VisitError(err)
Signature: err:RazorError -> unit
Modifiers: abstract |
Visits an error generated through parsing. |