RssParser Class
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.
The RSS Parser allows you to parse an RSS content String into RSS Schema.
public class RssParser : Microsoft.Toolkit.Parsers.IParser<Microsoft.Toolkit.Parsers.Rss.RssSchema>
type RssParser = class
interface IParser<RssSchema>
Public Class RssParser
Implements IParser(Of RssSchema)
- Inheritance
-
RssParser
- Implements
Constructors
RssParser() |
Methods
Parse(String) |
Parse an RSS content string into RSS Schema. |