C# Class RaccoonBlog.Web.Controllers.SyndicationController

Inheritance: RaccoonBlog.Web.Controllers.AbstractController
ファイルを表示 Open project: ayende/RaccoonBlog

Public Methods

Method 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

Method 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 method

public CommentsRss ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

LegacyRss() public method

public LegacyRss ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Rsd() public method

public Rsd ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Rss() public method

public Rss ( string tag, string token ) : System.Web.Mvc.ActionResult
tag string
token string
return System.Web.Mvc.ActionResult