RazorEngine


XmlTemplateServiceConfiguration

Defined in RazorEngine.dll.
Represents a template service configuration that supports the xml configuration mechanism.

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Initialises a new instance of XmlTemplateServiceConfiguration that only reads the global config values and ignores any template service configuration element.
new(name)
Signature: name:string -> unit
Initialises a new instance of XmlTemplateServiceConfiguration.

Instance members

Instance memberDescription
Activator()
Signature: unit -> IActivator
Modifiers: abstract
Gets 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 the base template type.
CachingProvider()
Signature: unit -> ICachingProvider
Modifiers: abstract
Gets the caching provider.
CodeInspectors()
Signature: unit -> IEnumerable<ICodeInspector>
Modifiers: abstract
Gets the code inspectors.
CompilerServiceFactory()
Signature: unit -> ICompilerServiceFactory
Modifiers: abstract
Gets 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 the encoded string factory.
Language()
Signature: unit -> Language
Modifiers: abstract
Gets the language.
Namespaces()
Signature: unit -> ISet<string>
Modifiers: abstract
Gets the namespaces.
ReferenceResolver()
Signature: unit -> IReferenceResolver
Modifiers: abstract
Gets the reference resolver.
Resolver()
Signature: unit -> ITemplateResolver
Modifiers: abstract
Gets the template resolver.
TemplateManager()
Signature: unit -> ITemplateManager
Modifiers: abstract
Gets the template resolver.
Fork me on GitHub