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: unit -> string
Gets the base template type.
Debug()
Signature: unit -> bool
Gets whether the template service is in debug mode.
EncodedStringFactoryType()
Signature: unit -> string
Gets the encoded string factory type.
Language()
Signature: unit -> Language
Gets the language.
Name()
Signature: unit -> string
Gets the name of the template service.
Namespaces()
Signature: unit -> NamespaceConfigurationElementCollection
Gets the collection of namespaces.
Fork me on GitHub