C# Class SugarTownDemo.Infrastructure.RSSResponse

Inheritance: Nancy.Response
Mostra file Open project: jchannon/SugarTown

Private Properties

Property Type Description
GetXmlContents Action

Public Methods

Method Description
RSSResponse ( IEnumerable model, string RSSTitle, Uri URL ) : System

Private Methods

Method Description
GetXmlContents ( IEnumerable model ) : Action

Method Details

RSSResponse() public method

public RSSResponse ( IEnumerable model, string RSSTitle, Uri URL ) : System
model IEnumerable
RSSTitle string
URL System.Uri
return System