RazorEngine


RazorEngineConfigurationSection

Defined in RazorEngine.dll.
Defines the main configuration section for the RazorEngine.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
ActivatorType()
Signature: unit -> string
Gets the activator type.
AllowMissingPropertiesOnDynamic()
Signature: unit -> bool
Gets or sets whether to allow missing properties on dynamic models.
CompilerServiceFactoryType()
Signature: unit -> string
Gets the compiler service factory type.
DefaultLanguage()
Signature: unit -> Language
Gets or sets the default language.
Namespaces()
Signature: unit -> NamespaceConfigurationElementCollection
Gets the collection of namespaces.
ReferenceResolverType()
Signature: unit -> string
Gets the compiler service factory type.
TemplateManagerType()
Signature: unit -> string
Gets the template resolver type.
TemplateResolverType()
Signature: unit -> string
Gets the template resolver type.
TemplateServices()
Signature: unit -> TemplateServiceConfigurationElementCollection
Gets the collection of template service configurations.

Static members

Static memberDescription
GetConfiguration()
Signature: unit -> RazorEngineConfigurationSection
Gets an instance of RazorEngineConfigurationSection that represents the current configuration.
Fork me on GitHub