SyndicationLink.TryParseElement(XmlReader, String) Method

Definition

Attempts to parse an element extension.

C#
protected internal virtual bool TryParseElement (System.Xml.XmlReader reader, string version);

Parameters

reader
XmlReader

The XmlReader to read from.

version
String

The syndication version to use while parsing.

Returns

A value that specifies whether the element extension was parsed successfully.

Exceptions

Invalid XML encountered during read.

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 deserialization of a custom element extension. To do this, you must derive a class from SyndicationLink and override this method. This method is called for all unrecognized element extensions.

Applies to

Product Versions
.NET 8 (package-provided), 9 (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 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)