从类库读取 web.config (使用 System.Configuration.DictionarySectionHandler)

发布于 2025-01-10 00:15:28 字数 592 浏览 0 评论 0原文

我正在开发一个 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

enter image description here

Web.config

enter image description here

Can someone help me on this matter. Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文