C# Class BgEngine.Web.Results.FeedResult

Result for return rss content
Inheritance: System.Web.Mvc.ActionResult
Show file Open project: yagopv/BgEngine

Public Methods

Method Description
ExecuteResult ( ControllerContext context ) : void
FeedResult ( System.ServiceModel.Syndication.SyndicationFeedFormatter feed ) : System

Method Details

ExecuteResult() public method

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

FeedResult() public method

public FeedResult ( System.ServiceModel.Syndication.SyndicationFeedFormatter feed ) : System
feed System.ServiceModel.Syndication.SyndicationFeedFormatter
return System