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

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]
 

Property Documentation

bool CSF.Zpt.MVC.IZptViewEngineConfiguration.AddSourceFileAnnotation
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.

string CSF.Zpt.MVC.IZptViewEngineConfiguration.ContextFactoryTypeName
get

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

The rendering context factory type name.

bool CSF.Zpt.MVC.IZptViewEngineConfiguration.OmitXmlDeclaration
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.

string CSF.Zpt.MVC.IZptViewEngineConfiguration.OutputEncoding
get

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

The output encoding.

bool CSF.Zpt.MVC.IZptViewEngineConfiguration.OutputIndentedXml
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.

string CSF.Zpt.MVC.IZptViewEngineConfiguration.XmlIndentationCharacters
get

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 interface was generated from the following file: