Google RSS | Yahoo | 朝日 | 毎日 | 読売 | |
Title | ✔ | ✔ | ✔ | ✔ | ✔ |
PublishedDate | ✔ | ✔ | date | date | ✔ |
Links | ✔ | ✔ | ✔ | ✔ | ✔ |
Id | ✔ | ✔ | – | – | ✔ |
Categories | ✔ | – | subject | subject | – |
Summary | ✔ | – | – | description | description |
// atom:title 要素。
public ISyndicationText Title
// atom:entry の下の atom:published 要素、または RSS 2.0 の item 要素の下の pubDate 要素。
public DateTimeOffset PublishedDate
// atom:entry 下のすべての atom:link 要素のコレクション。
public IList<SyndicationLink> Links
// atom:Id 要素または RSS 2.0 の guid 要素。
public string Id
// フィードのカテゴリのコレクションを取得します。このプロパティは、atom:feed 内の atom:category 要素のすべてのコレクションを表します。
public IList<SyndicationCategory> Categories
// atom:summary 要素または RSS 2.0 の description 要素。
public ISyndicationText Summary
// ———————————————————-
// atom:entry 下のすべての atom:author 要素のコレクション。
public IList<SyndicationPerson> Authors
// この項目に関するコメントの URI (Uniform Resource Identifier) を取得または設定します。このプロパティは、/rss/channel/item/comments要素を表します。
public Uri CommentsUri
// 項目の内容を取得または設定します。
public SyndicationContent Content
// atom:feed 下のすべての atom:contributor 要素のコレクション。
public IList<SyndicationPerson> Contributors
// rel=”edit-media” 属性を持つ atom:link 要素。
public Uri EditMediaUri
// rel=”edit” 属性を持つ atom:link 要素。
public Uri EditUri
// 要素内の子要素のリスト。
public IList<ISyndicationNode> ElementExtensions
// ETag HTTP ヘッダーです。
public string ETag
// 項目の URI です。
public Uri ItemUri
// 要素の xml:lang 属性
public string Language
// atom:updated 要素。
public DateTimeOffset LastUpdatedTime
// 要素のローカル名。それは XML 1.0 に従って有効である必要があります。
public string NodeName
// 要素の名前空間。
public string NodeNamespace
// 要素のテキスト コンテンツ。
public string NodeValue
// atom:rights 要素。
public ISyndicationText Rights
// atom:source 要素または RSS 2.0 の source 要素。
public SyndicationFeed Source
コメントを残す