Ejemplo n.º 1
0
 public FeedModel AtomFeed(InputFeedTag tag)
 {
     _feedSetup.FeedType = FeedType.Atom;
     return ContentFeed(tag.Tag);
 }
Ejemplo n.º 2
0
 public FeedModel RssFeed(InputFeedTag tag)
 {
     _feedSetup.FeedType = FeedType.Rss;
     return ContentFeed(tag.Tag);
 }