C# Class RaccoonBlog.Web.Controllers.SyndicationController

Inheritance: RaccoonBlog.Web.Controllers.AbstractController
Afficher le fichier Open project: ayende/RaccoonBlog

Méthodes publiques

Méthode Description
CommentsRss ( int id ) : System.Web.Mvc.ActionResult
LegacyRss ( ) : System.Web.Mvc.ActionResult
Rsd ( ) : System.Web.Mvc.ActionResult
Rss ( string tag, string token ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
CheckEtag ( Raven.Client.Linq.RavenQueryStatistics stats, string &responseETagHeader ) : bool
GetPostLink ( Post post ) : string
IsRssAccessTokenCurrent ( string token, int &numberOfDays, string &user ) : bool
SetQueryLimitsBasedOnToken ( string token, IRavenQueryable postsQuery ) : QueryBehavior

Method Details

CommentsRss() public méthode

public CommentsRss ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

LegacyRss() public méthode

public LegacyRss ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Rsd() public méthode

public Rsd ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Rss() public méthode

public Rss ( string tag, string token ) : System.Web.Mvc.ActionResult
tag string
token string
Résultat System.Web.Mvc.ActionResult