ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents options from which IRenderingSettings may be built. More...
Properties | |
string | RenderingContextFactoryType [get] |
Gets the assembly-qualified type name of the IRenderingContextFactory type to use. More... | |
bool | AddSourceFileAnnotation [get] |
Gets a value indicating whether source file annotations should be added to the rendered output. More... | |
string | ContextVisitorTypes [get] |
Gets an ordered, semicolon-separated, list of assembly-qualified type names for IContextVisitor types to use. More... | |
string | OutputEncodingName [get] |
Gets the name of the encoding (eg: UTF-8) for the rendered output. More... | |
bool | OmitXmlDeclaration [get] |
Gets a value indicating whether the XML declaration should be omitted (where applicable). More... | |
string | DocumentFactoryType [get] |
Gets the assembly-qualified name of the ITemplateFileFactory to use when creating documents. More... | |
IDictionary< string, string > | KeywordOptions [get] |
Gets the keyword options. More... | |
Represents options from which IRenderingSettings may be built.
|
get |
Gets a value indicating whether source file annotations should be added to the rendered output.
true
if source file annotations are to be added; otherwise, false
.
|
get |
Gets an ordered, semicolon-separated, list of assembly-qualified type names for IContextVisitor types to use.
The context visitor types.
|
get |
Gets the assembly-qualified name of the ITemplateFileFactory to use when creating documents.
The type of the document factory.
|
get |
Gets the keyword options.
The keyword options.
|
get |
Gets a value indicating whether the XML declaration should be omitted (where applicable).
true
if the XML declaration is to be omitted; otherwise, false
.
|
get |
Gets the name of the encoding (eg: UTF-8) for the rendered output.
The output encoding.
|
get |
Gets the assembly-qualified type name of the IRenderingContextFactory type to use.
The type of the rendering context factory.