Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 475 Bytes

File metadata and controls

17 lines (11 loc) · 475 Bytes

cloudscribe.Syndication.Web

An ASP.NET Core MVC controller for exposing RSS feeds using cloudscribe.Syndication.

Usage

  1. Install the NuGet package:
    dotnet add package cloudscribe.Syndication.Web
  2. Reference this library in your ASP.NET Core project and configure routes/controllers as needed.

For more details, see the GitHub repo.

License

Licensed under the Apache-2.0 License.