RazorEngine


TemplateServiceConfigurationElement

Defined in RazorEngine.dll.

Defines a configuration of a template service.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
BaseTemplateType
Signature: string

Gets the base template type.

Debug
Signature: bool

Gets whether the template service is in debug mode.

EncodedStringFactoryType
Signature: string

Gets the encoded string factory type.

Language
Signature: Language

Gets the language.

Name
Signature: string

Gets the name of the template service.

Namespaces
Signature: NamespaceConfigurationElementCollection

Gets the collection of namespaces.

Fork me on GitHub