C# 클래스 GeekyBlogs.Services.FeedManagerService

상속: IFeedManagerService
파일 보기 프로젝트 열기: GeekyTheory/GeekyBlogs

공개 메소드들

메소드 설명
GetFeedAsync ( string url ) : Task>

Get the feeds with the SyndicationClient

GetFeedFromMenuItemAsync ( MenuItem menuItem ) : Task>
RemoveUnusedElementsAsync ( string url ) : Task

Removing unused elements on html content

비공개 메소드들

메소드 설명
CreateFeedItem ( SyndicationItem item, SyndicationFormat format, int i ) : FeedItem

Create each item from the SyndicationItem. Necesary to format the Content property with RemoveUnusedElementsAsync

메소드 상세

GetFeedAsync() 공개 메소드

Get the feeds with the SyndicationClient
public GetFeedAsync ( string url ) : Task>
url string
리턴 Task>

GetFeedFromMenuItemAsync() 공개 메소드

public GetFeedFromMenuItemAsync ( MenuItem menuItem ) : Task>
menuItem MenuItem
리턴 Task>

RemoveUnusedElementsAsync() 공개 메소드

Removing unused elements on html content
public RemoveUnusedElementsAsync ( string url ) : Task
url string
리턴 Task