C# Class RssWidgetPortableArea.Services.SyndicationService

Mostrar archivo Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
GetFeed ( string url, int count ) : System.ServiceModel.Syndication.SyndicationFeed

Gets an RSS feed from a given URL and returns the resulting XML as a string.

Method Details

GetFeed() public method

Gets an RSS feed from a given URL and returns the resulting XML as a string.
public GetFeed ( string url, int count ) : System.ServiceModel.Syndication.SyndicationFeed
url string URL of the feed to load.
count int The count of postings to return.
return System.ServiceModel.Syndication.SyndicationFeed