ITemplateRunner<'TModel>
Defined in RazorEngine.dll.
Defines the required contract for implementing a typed, runnable template reference.
Instance members
Instance member | Description |
Run(model, textWriter, viewBag)
Signature: (model:'TModel * textWriter:TextWriter * viewBag:DynamicViewBag) -> unit
Modifiers: abstract |
Runs the template using the specified . |