RazorEngine


ITemplateRunner<'TModel>

Defined in RazorEngine.dll.

Defines the required contract for implementing a typed, runnable template reference.

Instance members

Instance memberDescription
Run(model, textWriter, viewBag)
Signature: (model:'TModel * textWriter:TextWriter * viewBag:DynamicViewBag) -> unit
Modifiers: abstract

Runs the template using the specified .

Fork me on GitHub