資源簡(jiǎn)介
該實(shí)例主要目的是了解Syndication,并實(shí)現(xiàn)了如下功能
一、了解RSS源
二、RSS源格式
三、如何創(chuàng)建RSS源
四、如何訂閱RSS源
五、如何更新RSS源
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.ServiceModel.Syndication;
using?System.ServiceModel.Web;
using?System.xml;
using?System.Collections.Generic;
///?
///?此頁(yè)面主要用作創(chuàng)建RSS源(此為啟始頁(yè))
///?
public?partial?class?CreateRSS?:?System.Web.UI.Page
{
????public?string?sRssUrl?=?““;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????CreateRssFeed();
????}
????///?
????///?創(chuàng)建RSS
????///?
????private?void?CreateRssFeed()
????{
????????//1、創(chuàng)建RSS項(xiàng)目
????????SyndicationFeed?feed?=?new?SyndicationFeed(“Test?Feed“?“This?is?a?test?feed“?new?Uri(“http://xxx“));
????????feed.Authors.Add(new?SyndicationPerson(“TestFeederOne“));
????????feed.Categories.Add(new?SyndicationCate
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????714??2009-03-26?17:33??RssSite\CreateRSS.aspx
?????文件???????2263??2009-03-26?17:48??RssSite\CreateRSS.aspx.cs
?????文件???????1451??2009-03-26?17:33??RssSite\LookRss.aspx
?????文件???????1829??2009-03-26?17:45??RssSite\LookRss.aspx.cs
?????文件????????793??2009-03-26?11:37??RssSite\rss\RSS.xm
?????文件????????855??2009-03-26?17:47??RssSite\RSS.xm
?????文件???????1588??2009-03-26?17:13??RssSite\RssSite.sln
????..A..H.?????12288??2009-03-26?18:02??RssSite\RssSite.suo
?????文件???????1804??2009-03-25?16:29??RssSite\Web.Config
?????文件???????1726??2009-03-26?16:53??RssSite\xm
?????文件???????1332??2009-03-26?10:07??RssSite\讀取博客園RSS.aspx
?????文件???????1144??2009-03-26?17:37??RssSite\讀取博客園RSS.aspx.cs
?????目錄??????????0??2009-03-26?10:02??RssSite\App_Data
?????目錄??????????0??2009-03-26?10:02??RssSite\Bin
?????目錄??????????0??2009-03-26?16:33??RssSite\rss
?????目錄??????????0??2009-03-26?17:48??RssSite
-----------?---------??----------?-----??----
????????????????27787????????????????????16
評(píng)論
共有 條評(píng)論