How to read AppSettings.JSON in ASP.NET Core 3.1 using IOptions
 
In this video session, we will learn the following:
  • How to read key values
  • How to Inject access it in Controller Methods
  • How to configure in Startup.cs

Read AppSettings.Json in ASP.NET Core 3.1 - Part 1
Sep 01 2020

Jigar Patel

In this video, we learn how to read AppSettings.Json in ASP.NET Core 3.1 using IOptions