Exemplo n.º 1
0
 public ActionResult Rss()
 {
     return(new FeedResult(FeedService.Get(), FeedResult.Type.Rss));
 }
Exemplo n.º 2
0
 public ActionResult Atom()
 {
     return(new FeedResult(FeedService.Get(), FeedResult.Type.Atom));
 }