Konsumieren und Bereitstellen von RSS-Feeds
RSS-Feeds ist eine Shared Source-Bibliothek von Microsoft [MS10], mit der man RSS-Feeds in Webseiten anzeigen und RSS-Feeds selbst anbieten kann.
Das Anzeigen von RSS-Feeds ist komfortabel möglich über ein neues Datenquellensteuerelement (RssDataSource
). Die Bereitstellung von RSS-Feeds ist über eine generische Basisklasse für HTTP-Handler (RssHttpHandlerBase
) möglich.
Abbildung 42.17 Anzeige von Weblog-Nachrichtentiteln mit Links in einer Webseite
<%@ Page Language="..." MasterPageFile="..." %> <%@ Register Assembly="RssToolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d9202816019f11ea" Namespace="RssToolkit" ...
Get Microsoft ASP.NET 4.0 mit Visual C# 2010 - Das Entwicklerbuch now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.