RSS is an acronym that stands for Really Simple Syndication and it has become a popular means of distributing and reading information from around the Web. RSS reader Web part allows users to easily consume information from unlimited number of RSS feed sources. This is the easiest way to enhance the appearance of sites that lack content of their own. It also site owners and administrators to build advanced dashboards that integrate information from various news sites.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class RssReader : BaseAutoRegisterPart
Visual Basic
Public Class RssReader
	Inherits BaseAutoRegisterPart
Visual C++
public ref class RssReader : public BaseAutoRegisterPart
F#
type RssReader =  
    class
        inherit BaseAutoRegisterPart
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX.ModuleGallery..::..RssReader

See Also