RazorEngineHost
Defined in RazorEngine.dll.
Defines the custom razor engine host.
Constructors
Constructor | Description |
new(language, markupParserFactory)
Signature: (language:RazorCodeLanguage * markupParserFactory:Func<ParserBase>) -> unit
|
Initialises a new instance of RazorEngineHost. |
Instance members
Instance member | Description |
DecorateCodeParser(incomingCodeParser)
Signature: incomingCodeParser:ParserBase -> ParserBase
Modifiers: abstract |
Decorates the code parser. Returns: The decorated parser. |
DefaultBaseTemplateType()
Signature: unit -> unit
|
Gets or sets the default template type. |
DefaultModelType()
Signature: unit -> unit
|
Gets or sets the default model type. |