public Categories {get;} |
Optional: Defines one or more categories for the feed. |
public Copyright {get; set;} |
Optional: Notifies about copyrighted material. |
public Description {get;} |
Required: Describes the channel. |
public Docs {get; set;} |
Optional: Specifies an URL to the documentation of the format used in the feed. |
public Generator {get;} |
Optional: Specifies the program used to generate the feed. |
public Image {get; set;} |
Optional: Allows an image to be displayed when aggregators present a feed. |
public Items {get;} |
Each item element defines an article or "story" in the RSS feed. |
public LanguageCode {get; set;} |
Optional: Specifies the language the feed is written in. See Languages |
public LastBuildDate {get; set;} |
Optional: Defines the last-modified date of the content of the feed. |
public Link {get;} |
Required: Defines the hyperlink to the channel. |
public ManagingEditor {get; set;} |
Optional: Defines the e-mail address to the editor of the content of the feed. |
public PubDate {get; set;} |
Optional: Defines the last publication date for the content of the feed. |
public Title {get;} |
Required: Defines the title of the channel. |
public TTL {get; set;} |
Optional: Specifies the number of minutes the feed can stay cached before refreshing it from the source. |
public WebMaster {get; set;} |
Optional: Defines the e-mail address to the webmaster of the feed. |