C# 클래스 RssWidgetPortableArea.Services.SyndicationService

파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
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.

메소드 상세

GetFeed() 공개 메소드

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.
리턴 System.ServiceModel.Syndication.SyndicationFeed