Skip to content

Files

Latest commit

3b86e43 · May 30, 2022

History

History

BlazorRSSFeed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022
May 30, 2022

Blazor with an RSS Feed

If you use a public Blazor Server application (like this blog is) and you want to expose an RSS Feed (I know kind of old school) you can perfectly do that with Blazor Server and a little help from a nuget package from Microsoft. Furthermore this guide is not only valid for Blazor but every ASP.NET Core endpoint.

Found here