RazorEngine


FluentTemplateServiceConfiguration

Defined in RazorEngine.dll.
Defines a fluent template service configuration

Constructors

ConstructorDescription
new(config)
Signature: config:Action<IConfigurationBuilder> -> unit

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 the base template type.
CachingProvider()
Signature: unit -> ICachingProvider
Modifiers: abstract
Gets the caching provider.
CodeInspectors()
Signature: unit -> IEnumerable<ICodeInspector>
Modifiers: abstract
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 the reference resolver.
Resolver()
Signature: unit -> ITemplateResolver
Modifiers: abstract
Gets the resolver.
TemplateManager()
Signature: unit -> ITemplateManager
Modifiers: abstract
Gets the template manager.
Fork me on GitHub