ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.MVC.ZptViewEngineConfigurationSection Class Reference
Inheritance diagram for CSF.Zpt.MVC.ZptViewEngineConfigurationSection:
Collaboration diagram for CSF.Zpt.MVC.ZptViewEngineConfigurationSection:

Properties

virtual string ContextFactoryTypeName [get, set]
 Gets the type name of a implementation with which to create RenderingContext instances. More...
 
virtual string ContextVisitorTypeNames [get, set]
 
virtual bool AddSourceFileAnnotation [get, set]
 Gets or sets a value indicating whether source file annotations should be added to the rendered output. More...
 
virtual string OutputEncoding [get, set]
 Gets the encoding (eg: Unicode) for the rendered output. More...
 
virtual bool OmitXmlDeclaration [get, set]
 Gets a value indicating whether the XML declaration should be omitted (where applicable). More...
 
virtual string XmlIndentationCharacters [get, set]
 Gets a string used to indicate a single level of indentation to use when rendering an XML document. More...
 
virtual bool OutputIndentedXml [get, set]
 Gets a value indicating whether XML documents should be rendered with indentated formatting or not. More...
 
virtual string RenderingMode [get, set]
 
virtual string ForceInputEncoding [get, set]
 
- Properties inherited from CSF.Zpt.MVC.IZptViewEngineConfiguration
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]
 

Property Documentation

virtual bool CSF.Zpt.MVC.ZptViewEngineConfigurationSection.AddSourceFileAnnotation
getset

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.

virtual string CSF.Zpt.MVC.ZptViewEngineConfigurationSection.ContextFactoryTypeName
getset

Gets the type name of a implementation with which to create RenderingContext instances.

The rendering context factory type name.

virtual bool CSF.Zpt.MVC.ZptViewEngineConfigurationSection.OmitXmlDeclaration
getset

Gets a value indicating whether the XML declaration should be omitted (where applicable).

true if the XML declaration is to be omitted; otherwise, false.

virtual string CSF.Zpt.MVC.ZptViewEngineConfigurationSection.OutputEncoding
getset

Gets the encoding (eg: Unicode) for the rendered output.

The output encoding.

virtual bool CSF.Zpt.MVC.ZptViewEngineConfigurationSection.OutputIndentedXml
getset

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.

virtual string CSF.Zpt.MVC.ZptViewEngineConfigurationSection.XmlIndentationCharacters
getset

Gets a string used to indicate a single level of indentation to use when rendering an XML document.

The XML indentation characters.


The documentation for this class was generated from the following file: