C# Class LiveBoard.PageTemplate.Model.RssList

Inheritance: SimpleListPage
ファイルを表示 Open project: vapps/Modern_LiveBoard

Public Methods

Method Description
GetFeeds ( string url, int maxItems = 10 ) : Task

RSS 주소에서 피드 가져오기.

PrepareToLoadAsync ( ) : Task

RSS를 불러오는 명령어.

Method Details

GetFeeds() public method

RSS 주소에서 피드 가져오기.
public GetFeeds ( string url, int maxItems = 10 ) : Task
url string
maxItems int
return Task

PrepareToLoadAsync() public method

RSS를 불러오는 명령어.
public PrepareToLoadAsync ( ) : Task
return Task