C# Class NovusCraft.Infrastructure.ActionResults.RssResult

Inheritance: System.Web.Mvc.FileResult
Afficher le fichier Open project: NovusCraft/NovusCraft

Méthodes publiques

Méthode Description
RssResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication

Méthodes protégées

Méthode Description
WriteFile ( System.Web.HttpResponseBase response ) : void

Method Details

RssResult() public méthode

public RssResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication
feed System.ServiceModel.Syndication.SyndicationFeed
Résultat System.ServiceModel.Syndication

WriteFile() protected méthode

protected WriteFile ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
Résultat void