SyndicationItem.WriteElementExtensions(XmlWriter, String) Method

Definition

Writes the element extensions to the specified XmlWriter using the specific syndication version.

C#
protected internal virtual void WriteElementExtensions(System.Xml.XmlWriter writer, string version);

Parameters

writer
XmlWriter

The XmlReader to write to.

version
String

The syndication version to use while writing.

Remarks

Element extensions are valid XML elements that are not specified in either the Atom 1.0 or RSS 2.0 specifications. You can add any valid XML element as an extension, provided its namespace is different from the enclosing namespace. This method is an extension point that allows you to handle the serialization of custom element extensions. To do this, you must derive a class from SyndicationItem and override this method. This method is called for all unrecognized element extensions.

Applies to

Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)