C# 클래스 LiveBoard.PageTemplate.Model.RssList

상속: SimpleListPage
파일 보기 프로젝트 열기: vapps/Modern_LiveBoard

공개 메소드들

메소드 설명
GetFeeds ( string url, int maxItems = 10 ) : Task

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

PrepareToLoadAsync ( ) : Task

RSS를 불러오는 명령어.

메소드 상세

GetFeeds() 공개 메소드

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

PrepareToLoadAsync() 공개 메소드

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