SyndicationFeedFormatter.ReadFrom(XmlReader) Method

Definition

Reads in a SyndicationFeed from the specified XmlReader.

public:
 abstract void ReadFrom(System::Xml::XmlReader ^ reader);
public abstract void ReadFrom (System.Xml.XmlReader reader);
abstract member ReadFrom : System.Xml.XmlReader -> unit
Public MustOverride Sub ReadFrom (reader As XmlReader)

Parameters

reader
XmlReader

The XmlReader to read from.

Exceptions

Invalid XML encountered during read.

Remarks

Creates a new SyndicationFeed, associates it with the SyndicationFeedFormatter and reads the feed into the SyndicationFeed instance.

Applies to