RssParser Class

Definition

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.

Applies to