C# Class GitHubFeeds.Helpers.SyndicationFeedAtomResult

Inheritance: System.Web.Mvc.ActionResult
Show file Open project: bgrainger/GitHubFeeds

Public Methods

Method Description
ExecuteResult ( ControllerContext context ) : void
SyndicationFeedAtomResult ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System

Method Details

ExecuteResult() public method

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
return void

SyndicationFeedAtomResult() public method

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