Beispiel #1
0
        public override ActionResult Index(RssBlock currentBlock)
        {
            var model = new RssViewModel
            {
                Feed = _rssFeedService.ReadFeed("http://feeds.bbci.co.uk/news/rss.xml").ToList()
            };

            return(PartialView(model));
        }