RazorEngine


IActivator

Defined in RazorEngine.dll.

Defines the required contract for implementing an activator.

Instance members

Instance memberDescription
CreateInstance(context)
Signature: context:InstanceContext -> ITemplate
Modifiers: abstract

Creates an instance of the specifed template.

Returns: An instance of .

Fork me on GitHub