REST SDK
Overview
The ASP.NET Core Renderer comes with a C# REST SDK that can work with Sitefinity CMS content. You can use the REST SDK for both retrieving and creating content.
Setup procedure
To use the C# REST SDK, you must install in your renderer project the NuGet package:
Progress.Sitefinity.RestSdk.nupkg
This package is built on top of the ASP.NET standard, therefore, you can use it with both ASP.NET Framework and ASP.NET Core projects.
NOTE: For newly created projects, using the .NET CLI, this assembly is automatically referenced. For more information, see Setup procedure with .NET CLI.