I am working on an asp.net core project in which I wrote a custom library for retrieving data from restful API. I am planning to refer this class library in my project and I need to pass some details like TenantId, ClientId & etc from the web project to the class library
The below image is my current setup but upon running the code I always got NULL
Configuration.cs
This class are found in my Class Library
Web.config
Can someone help me on this matter. Thank you