RazorEngine


IInternalTemplateService

Defined in RazorEngine.dll.
A internal contract for the TemplateBase class.

Instance members

Instance memberDescription
AddNamespace(ns)
Signature: ns:string -> unit
Modifiers: abstract
Adds a namespace that will be imported into the template.
Configuration()
Signature: unit -> ITemplateServiceConfiguration
Modifiers: abstract
Gets the template service configuration.
CreateExecuteContext(viewBag)
Signature: viewBag:DynamicViewBag -> ExecuteContext
Modifiers: abstract
Creates a new ExecuteContext used to tracking templates.
EncodedStringFactory()
Signature: unit -> IEncodedStringFactory
Modifiers: abstract
Gets the encoded string factory.
Resolve(...)
Signature: (name:string * model:obj * modelType:Type * resolveType:ResolveType) -> ITemplate
Modifiers: abstract
Resolves the template, this is for internal use only
Fork me on GitHub