C# Class SugarTownDemo.Infrastructure.RSSResponse

Inheritance: Nancy.Response
Afficher le fichier Open project: jchannon/SugarTown

Private Properties

Свойство Type Description
GetXmlContents Action

Méthodes publiques

Méthode Description
RSSResponse ( IEnumerable model, string RSSTitle, Uri URL ) : System

Private Methods

Méthode Description
GetXmlContents ( IEnumerable model ) : Action

Method Details

RSSResponse() public méthode

public RSSResponse ( IEnumerable model, string RSSTitle, Uri URL ) : System
model IEnumerable
RSSTitle string
URL System.Uri
Résultat System