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

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

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

Свойство Тип Описание
Author string
Comments string
Description string
Feed RSSFeed
Guid string
Link string
Pubdate string
Title string

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

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

Email address of the author of the item.
public string Author
Результат string

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

URL of a page for comments relating to the item
public string Comments
Результат string

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

The item synopsis.
public string Description
Результат string

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

The the feed of this item.
public RSSFeed,ZForge.Controls.RSS Feed
Результат RSSFeed

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

A string that uniquely identifies the item.
public string Guid
Результат string

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

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

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

Indicates when the item was published.
public string Pubdate
Результат string

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

The title of the item.
public string Title
Результат string