C# Class Nancy.Blog.RssResponse

Inheritance: Nancy.Response
Show file Open project: NancyFx/Nancy.Blog Class Usage Examples

Private Properties

Property Type Description
GetXmlContents Action

Public Methods

Method Description
RssResponse ( IEnumerable model, string rssTitle, string siteUrl, string feedfileName ) : System

Private Methods

Method Description
GetXmlContents ( IEnumerable model ) : Action

Method Details

RssResponse() public method

public RssResponse ( IEnumerable model, string rssTitle, string siteUrl, string feedfileName ) : System
model IEnumerable
rssTitle string
siteUrl string
feedfileName string
return System