C# 클래스 Common.RSS.FeedResult

상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: rabbal/Mvc5

공개 메소드들

메소드 설명
ExecuteResult ( ControllerContext context ) : void
FeedResult ( string feedTitle, IEnumerable rssItems, string language = "fa-IR" ) : System

비공개 메소드들

메소드 설명
AddChannelLinks ( System.Web.HttpContextBase httpContext, System.ServiceModel.Syndication.SyndicationFeed feed ) : void
MapToSyndicationItem ( IEnumerable rssItems ) : List
SyndicationFeedToString ( System.ServiceModel.Syndication.SyndicationFeed feed ) : string
WriteToResponse ( System.Web.HttpContextBase httpContext ) : void

메소드 상세

ExecuteResult() 공개 메소드

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
리턴 void

FeedResult() 공개 메소드

public FeedResult ( string feedTitle, IEnumerable rssItems, string language = "fa-IR" ) : System
feedTitle string
rssItems IEnumerable
language string
리턴 System