ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Default implementation of IRenderingOptions. More...
Public Member Functions | |
RenderingOptions () | |
Initializes a new instance of the CSF.Zpt.Rendering.RenderingOptions class. More... | |
Properties | |
string | RenderingContextFactoryType [get, set] |
Gets the assembly-qualified type name of the IRenderingContextFactory type to use. More... | |
bool | AddSourceFileAnnotation [get, set] |
Gets a value indicating whether source file annotations should be added to the rendered output. More... | |
string | ContextVisitorTypes [get, set] |
Gets an ordered, semicolon-separated, list of assembly-qualified type names for IContextVisitor types to use. More... | |
string | OutputEncodingName [get, set] |
Gets the name of the encoding (eg: UTF-8) for the rendered output. More... | |
bool | OmitXmlDeclaration [get, set] |
Gets a value indicating whether the XML declaration should be omitted (where applicable). More... | |
string | DocumentFactoryType [get, set] |
Gets the assembly-qualified name of the ITemplateFileFactory to use when creating documents. More... | |
IDictionary< string, string > | KeywordOptions [get] |
Gets the keyword options. More... | |
![]() | |
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... | |
Default implementation of IRenderingOptions.
|
inline |
Initializes a new instance of the CSF.Zpt.Rendering.RenderingOptions class.
|
getset |
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
.
|
getset |
Gets an ordered, semicolon-separated, list of assembly-qualified type names for IContextVisitor types to use.
The context visitor types.
|
getset |
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.
|
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
.
|
getset |
Gets the name of the encoding (eg: UTF-8) for the rendered output.
The output encoding.
|
getset |
Gets the assembly-qualified type name of the IRenderingContextFactory type to use.
The type of the rendering context factory.