您的位置:首页 > 其它

利用 .NET 3.5 的 Syndication 相关类生成 RSS

2008-09-22 16:03 183 查看
using System;

using System.Collections;

using System.Configuration;

using System.Data;

using System.Linq;

using System.Web;

using System.Web.Security;

using System.Web.UI;

using System.Web.UI.HtmlControls;

using System.Web.UI.WebControls;

using System.Web.UI.WebControls.WebParts;

using System.Xml.Linq;

using System.ServiceModel.Syndication;

using System.ServiceModel.Web;

using System.Xml;

using System.Collections.Generic;

public partial class CreateRss : System.Web.UI.Page
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: