RazorEngine


RazorEngineHost

Defined in RazorEngine.dll.
Defines the custom razor engine host.

Constructors

ConstructorDescription
new(language, markupParserFactory)
Signature: (language:RazorCodeLanguage * markupParserFactory:Func<ParserBase>) -> unit

Instance members

Instance memberDescription
DecorateCodeParser(incomingCodeParser)
Signature: incomingCodeParser:ParserBase -> ParserBase
Modifiers: abstract
Decorates the code parser.
DefaultBaseTemplateType()
Signature: unit -> Type
Gets or sets the default template type.
DefaultModelType()
Signature: unit -> Type
Gets or sets the default model type.
Fork me on GitHub