C# (CSharp) RSS.Structure Namespace

Nested Namespaces

RSS.Structure.Validators

Classes

Name Description
Rss
RssCategory
RssChannel Subordinate to the 'rss' element is a single 'channel' element, which contains information about the channel (metadata) and its contents.
RssCloud It specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1. Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.
RssEnclosure
RssGuid guid stands for globally unique identifier. It's a string that uniquely identifies the item. When present, an aggregator may choose to use this string to determine if an item is new.
RssImage Specifies a GIF, JPEG or PNG image that can be displayed with the channel.
RssItem A channel may contain any number of 'item's. An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed; see examples http://www.rssboard.org/rss-encoding-examples), and the link and title may be omitted. All elements of an item are optional, however at least one of title or description must be present.
RssLink <atom:link href = "http://bash.org.ru/rss/" rel = "self" type = "application/rss+xml" />
RssSource Its value is the name of the RSS channel that the item came from, derived from its 'title'. The purpose of this element is to propagate credit for links, to publicize the sources of news items. It can be used in the Post command of an aggregator. It should be generated automatically when forwarding an item from an aggregator to a weblog authoring tool.
RssTextInput The purpose of the 'textInput' element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.