C# Class NovusCraft.Infrastructure.ActionResults.RssResult

Inheritance: System.Web.Mvc.FileResult
显示文件 Open project: NovusCraft/NovusCraft

Public Methods

Method Description
RssResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication

Protected Methods

Method Description
WriteFile ( System.Web.HttpResponseBase response ) : void

Method Details

RssResult() public method

public RssResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication
feed System.ServiceModel.Syndication.SyndicationFeed
return System.ServiceModel.Syndication

WriteFile() protected method

protected WriteFile ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
return void