从类库读取 web.config (使用 System.Configuration.DictionarySectionHandler)
我正在开发一个 ASP.NET Core 项目,在该项目中我编写了一个自定义库,用于从 Restful API 检索数据。我计划在我的项目中引用这个类库,并且我需要传递一些详细信息,例如 TenantId、ClientId 和 ClientId。等从网络项目到类库
下图是我当前的设置,但在运行代码时我总是得到NULL
Configuration.cs
这个类可以在我的类库中找到
Web.config
有人可以帮我解决这个问题吗?谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论