C# Class BgEngine.Web.Results.FeedResult

Result for return rss content
Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: yagopv/BgEngine

Méthodes publiques

Méthode Description
ExecuteResult ( ControllerContext context ) : void
FeedResult ( System.ServiceModel.Syndication.SyndicationFeedFormatter feed ) : System

Method Details

ExecuteResult() public méthode

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
Résultat void

FeedResult() public méthode

public FeedResult ( System.ServiceModel.Syndication.SyndicationFeedFormatter feed ) : System
feed System.ServiceModel.Syndication.SyndicationFeedFormatter
Résultat System