Our.Community.RssView
Property editor for adding an RSS feed viewer to you Umbraco web site.
The property stores the feed Url and uses a property value converter to fetch the feed and make it available as a strongly typed model in your views.
Displaying in a View
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.HomePage>
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels;
@using Our.Community.RssView.Models
@using static Our.Community.RssView.Extensions.DateTimeOffsetExtensions
@{
Layout = null;
var rssFeed =Model.Value<FeedResult>("rssFeedUrl");
}
@if (rssFeed != null && rssFeed.HasFeedResults)
{
<h2>@rssFeed.SyndicationFeed.Title.Text</h2>
<h3 class="muted">(@rssFeed.FeedUrl)</h3>
<div class="container">
<div class="row">
@foreach (var feedItem in rssFeed.SyndicationFeed.Items.Take(5))
{
<div class="col-4"><h4>@feedItem.Title.Text</h4><h6 class="muted">@feedItem.PublishDate.ToTimeAgo()<br />@feedItem.PublishDate.ToString("hh:mmtt dddd, dd MMM yyyy")</h6><div>@Html.Raw(feedItem.Summary.Text)</div><a class="btn btn-primary" title="@feedItem.Title.Text" href="@feedItem.Links[0].Uri">Read more...</a></div>
}
</div>
</div>
}
Biz & IT - Ars Technica
(https://feeds.arstechnica.com/arstechnica/technology-lab)
The US government warns that Russia state hackers are coming after your router
09:03PM Monday, 13 Jul 2026
With residential proxies all the rage, CISA urges router users to be vigilant.
Read More ..Now, defenders are embracing the prompt injection, too
03:06PM Monday, 13 Jul 2026
"Context bombing" tricks hacking agents into shutting down before they can do harm.
Read More ..Patch for Windows Defender 0-day could allow attackers to fill hard disk
08:52PM Thursday, 09 Jul 2026
The feud between NightmareEclipse and Microsoft shows no signs of resolving soon.
Read More ..Allstate accuses Broadcom of auditing it because it quit VMware, CA
08:28PM Thursday, 09 Jul 2026
Broadcom accuses Allstate of dodging VMware audits.
Read More ..