VBDirectCompilerService
Defined in RazorEngine.dll.
Defines a direct compiler service for the VB syntax.
Constructors
Constructor | Description |
new(strictMode, markupParserFactory)
Signature: (strictMode:bool * markupParserFactory:Func<ParserBase>) -> unit
|
Initialises a new instance of VBDirectCompilerService. |
Instance members
Instance member | Description |
BuildTypeName(templateType, modelType)
Signature: (templateType:Type * modelType:Type) -> string
Modifiers: abstract |
Builds a type name for the specified template type. Returns: The string type name (including namespace). |
SourceFileExtension
Signature: string
Modifiers: abstract |
Extension of a source file without dot ("cs" for C# files or "vb" for VB.NET files). |