RazorEngine


TemplateServiceConfiguration

Defined in RazorEngine.dll.
Provides a default implementation of a template service configuration.

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Initialises a new instance of TemplateServiceConfiguration.

Instance members

Instance memberDescription
Activator()
Signature: unit -> IActivator
Modifiers: abstract
Gets or sets the activator.
AllowMissingPropertiesOnDynamic()
Signature: unit -> bool
Modifiers: abstract
Gets or sets whether to allow missing properties on dynamic models.
BaseTemplateType()
Signature: unit -> Type
Modifiers: abstract
Gets or sets the base template type.
CachingProvider()
Signature: unit -> ICachingProvider
Modifiers: abstract
Gets or sets the caching provider.
CodeInspectors()
Signature: unit -> IList<ICodeInspector>
Gets the set of code inspectors.
CompilerServiceFactory()
Signature: unit -> ICompilerServiceFactory
Modifiers: abstract
Gets or sets the compiler service factory.
Debug()
Signature: unit -> bool
Modifiers: abstract
Gets whether the template service is operating in debug mode.
EncodedStringFactory()
Signature: unit -> IEncodedStringFactory
Modifiers: abstract
Gets or sets the encoded string factory.
Language()
Signature: unit -> Language
Modifiers: abstract
Gets or sets the language.
Namespaces()
Signature: unit -> ISet<string>
Modifiers: abstract
Gets or sets the collection of namespaces.
ReferenceResolver()
Signature: unit -> IReferenceResolver
Modifiers: abstract
Gets or sets the reference resolver
Resolver()
Signature: unit -> ITemplateResolver
Modifiers: abstract
Gets or sets the template resolver.
TemplateManager()
Signature: unit -> ITemplateManager
Modifiers: abstract
Gets or sets the template resolver.
Fork me on GitHub