C# Класс Common.RSS.FeedResult

Наследование: System.Web.Mvc.ActionResult
Показать файл Открыть проект

Открытые методы

Метод Описание
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