asp.net 页面中生成 RSS 2.0
Figure 1 Sample RSS 1.0 Document
——————————————————————————–
Figure 2 Sample RSS 2.0 Document
——————————————————————————–
Figure 3 Sample Atom 0.3 Feed
This is my first blog entry
This is my second blog entry
——————————————————————————–
Figure 4 Sample Blogroll (OPML)
——————————————————————————–
Figure 5 Generating an RSS 2.0 Feed in ASP.NET
<%@ Page language="c#" Codebehind="rss.aspx.cs"
AutoEventWireup="false" Inherits="SimpleBlog.rss" %>
——————————————————————————–
Figure 6 RSS Aggregator Web User Control
<%@ Control Language="c#" AutoEventWireup="true"
EnableViewState="false" Debug="true"%>
<%@ Import namespace="System.Xml" %>
<%@ OutputCache Duration="1800" VaryByParam="none" %>