ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Properties | |
string | ContextFactoryTypeName [get] |
Gets the type name of a implementation with which to create RenderingContext instances. More... | |
string | ContextVisitorTypeNames [get] |
bool | AddSourceFileAnnotation [get] |
Gets or sets a value indicating whether source file annotations should be added to the rendered output. More... | |
string | OutputEncoding [get] |
Gets the encoding (eg: Unicode) for the rendered output. More... | |
bool | OmitXmlDeclaration [get] |
Gets a value indicating whether the XML declaration should be omitted (where applicable). More... | |
string | XmlIndentationCharacters [get] |
Gets a string used to indicate a single level of indentation to use when rendering an XML document. More... | |
bool | OutputIndentedXml [get] |
Gets a value indicating whether XML documents should be rendered with indentated formatting or not. More... | |
string | RenderingMode [get] |
string | ForceInputEncoding [get] |
|
get |
Gets or sets 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 the type name of a implementation with which to create RenderingContext instances.
The rendering context factory type name.
|
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 encoding (eg: Unicode) for the rendered output.
The output encoding.
|
get |
Gets a value indicating whether XML documents should be rendered with indentated formatting or not.
true
if the rendering process is to output indented XML; otherwise, false
.
|
get |
Gets a string used to indicate a single level of indentation to use when rendering an XML document.
The XML indentation characters.