C# Class NSemble.Modules.Blog.Helpers.RssResponse

Inheritance: Nancy.Response
Show file Open project: synhershko/NSemble

Private Properties

Property Type Description
GetXmlContents Action

Public Methods

Method Description
RssResponse ( IEnumerable model, Uri BlogUrl, BlogConfig blogConfig ) : System

Private Methods

Method Description
GetXmlContents ( IEnumerable model ) : Action

Method Details

RssResponse() public method

public RssResponse ( IEnumerable model, Uri BlogUrl, BlogConfig blogConfig ) : System
model IEnumerable
BlogUrl System.Uri
blogConfig NSemble.Modules.Blog.Models.BlogConfig
return System