C# Класс NovusCraft.Infrastructure.ActionResults.RssResult

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

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

Метод Описание
RssResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication

Защищенные методы

Метод Описание
WriteFile ( System.Web.HttpResponseBase response ) : void

Описание методов

RssResult() публичный Метод

public RssResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication
feed System.ServiceModel.Syndication.SyndicationFeed
Результат System.ServiceModel.Syndication

WriteFile() защищенный Метод

protected WriteFile ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
Результат void