XdmSerializationSettings PropertiesXdmSerializationSettings PropertiesXdmSerializationSettings Properties

Properties

 PropertyDescription
Public propertyByteOrderMarkByteOrderMarkByteOrderMark Gets a value indicating whether the output should be preceded by a byte order mark.
Public propertyCDataSectionElementsCDataSectionElementsCDataSectionElements Gets a collection of element names whose contents must be output as CDATA sections.
Public propertyCharacterMappingCharacterMappingCharacterMapping Gets or sets a mapping of characters to string values.
Public propertyDoctypePublicDoctypePublicDoctypePublic Gets or sets the PUBLIC document type.
Public propertyDoctypeSystemDoctypeSystemDoctypeSystem Gets or sets the SYSTEM document type.
Public propertyEncodingEncodingEncoding Gets or sets the character encoding to be used.
Public propertyEscapeUriAttributesEscapeUriAttributesEscapeUriAttributes Gets or sets a value indicating whether URI escaping is enabled.
Public propertyFragmentWrapElementFragmentWrapElementFragmentWrapElement Gets or sets an element name with which to wrap fragments.
Public propertystaticHtmlOutputMethodHtmlOutputMethodHtmlOutputMethod Gets the qualified name of the HTML output method.
Public propertyIncludeContentTypeIncludeContentTypeIncludeContentType Gets a value indicating whether a meta tag should be added to indicate content type.
Public propertyIndentIndentIndent Gets or sets a value indicating whether output should be indented.
Public propertyIndentationCharactersIndentationCharactersIndentationCharacters Gets or sets the character string used for indentation.
Public propertyMediaTypeMediaTypeMediaType Gets a string specifying the media type (MIME content type) [RFC2046] of the output.
Public propertyMethodMethodMethod Gets or sets the output method.
Public propertyNewLineCharsNewLineCharsNewLineChars Gets or sets the character string to use for line breaks.
Public propertyNormalizationFormNormalizationFormNormalizationForm Gets or sets the normalization form.
Public propertyOmitXmlDeclarationOmitXmlDeclarationOmitXmlDeclaration Gets or sets a value indicating whether the XML declaration should be omitted in the output.
Public propertyStandaloneStandaloneStandalone Gets or sets a value indicating whether the XML declaration must contain a standalone document declaration.

This property corresponds to the standalone serialization parameter.

If the standalone parameter has the value YesYesYes or the value NoNoNo, the XML declaration includes a standalone document declaration with the same value as the value of the standalone parameter. If the standalone parameter has the value OmitOmitOmit, the XML declaration will not include a standalone document declaration. In HTML and Text output modes this parameter is ignored.

Public propertystaticTextOutputMethodTextOutputMethodTextOutputMethod Gets the qualified name of the text output method.
Public propertyUndeclarePrefixesUndeclarePrefixesUndeclarePrefixes Gets a value indicating whether serializer should undeclare namespaces.
Public propertyVersionVersionVersion Gets or sets the XML version to be used.
Public propertystaticXHtmlOutputMethodXHtmlOutputMethodXHtmlOutputMethod Gets the qualified name of the XHTML output method.
Public propertystaticXmlOutputMethodXmlOutputMethodXmlOutputMethod Gets the qualified name of the XML output method.

Top