SyndicationFeedFormatter.CanRead(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies whether the specified XmlReader contains a valid syndication feed.
public:
abstract bool CanRead(System::Xml::XmlReader ^ reader);
public abstract bool CanRead (System.Xml.XmlReader reader);
abstract member CanRead : System.Xml.XmlReader -> bool
Public MustOverride Function CanRead (reader As XmlReader) As Boolean
Parameters
- reader
- XmlReader
An XML reader to check.
Returns
true
, if the XML reader contains a valid syndication feed, otherwise false
.
Remarks
This method verifies whether the start element name and namespace match the start element name and namespace of the RSS 2.0 or Atom 1.0 specification.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.