C# Class Common.RSS.FeedResult

Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: rabbal/Mvc5

Méthodes publiques

Méthode Description
ExecuteResult ( ControllerContext context ) : void
FeedResult ( string feedTitle, IEnumerable rssItems, string language = "fa-IR" ) : System

Private Methods

Méthode Description
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

Method Details

ExecuteResult() public méthode

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
Résultat void

FeedResult() public méthode

public FeedResult ( string feedTitle, IEnumerable rssItems, string language = "fa-IR" ) : System
feedTitle string
rssItems IEnumerable
language string
Résultat System