コード例 #1
0
 public ActionResult Rss()
 {
     return(new FeedResult(FeedService.Get(), FeedResult.Type.Rss));
 }
コード例 #2
0
 public ActionResult Atom()
 {
     return(new FeedResult(FeedService.Get(), FeedResult.Type.Atom));
 }