C# Класс ZForge.Controls.RSS.RSSFeed

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Category string
Copyright string
Description string
ErrorMessage string
Generator string
Items RSSItemCollection
Language string
LastBuildDate string
Link string
ManagingEditor string
PubDate string
Rating string
Skipdays string
Skiphours string
Title string
Ttl string
URL string
Webmaster string

Описание свойств

Category публичное свойство

Specify one or more categories that the channel belongs to.
public string Category
Результат string

Copyright публичное свойство

Copyright notice for content in the channel.
public string Copyright
Результат string

Description публичное свойство

Phrase or sentence describing the channel.
public string Description
Результат string

ErrorMessage публичное свойство

Contains any errors that occured during the loading or parsing of the XML document. Compare this to a blank string to see if any errors occured.
public string ErrorMessage
Результат string

Generator публичное свойство

A string indicating the program used to generate the channel.
public string Generator
Результат string

Items публичное свойство

A collection of RssItem datatypes, representing each item for the RSS feed.
public RSSItemCollection,ZForge.Controls.RSS Items
Результат RSSItemCollection

Language публичное свойство

The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page.
public string Language
Результат string

LastBuildDate публичное свойство

The last time the content of the channel changed.
public string LastBuildDate
Результат string

Link публичное свойство

The URL to the HTML website corresponding to the channel.
public string Link
Результат string

ManagingEditor публичное свойство

Email address for person responsible for editorial content.
public string ManagingEditor
Результат string

PubDate публичное свойство

The publication date for the content in the channel.
public string PubDate
Результат string

Rating публичное свойство

The PICS rating for the channel.
public string Rating
Результат string

Skipdays публичное свойство

A hint for aggregators telling them which days they can skip.
public string Skipdays
Результат string

Skiphours публичное свойство

A hint for aggregators telling them which hours they can skip.
public string Skiphours
Результат string

Title публичное свойство

The name of the channel.
public string Title
Результат string

Ttl публичное свойство

ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source
public string Ttl
Результат string

URL публичное свойство

The URL of the channel.
public string URL
Результат string

Webmaster публичное свойство

Email address for person responsible for technical issues relating to channel.
public string Webmaster
Результат string