是否可以从 xml 文档而不是从文件配置 ms Unity 容器?

发布于 2024-07-16 17:02:27 字数 40 浏览 7 评论 0原文

是否可以从 xml 文档而不是从文件配置 ms Unity 容器?

Is it possible to configure ms Unity container from an xml document and NOT from a file?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

话少心凉 2024-07-23 17:02:27

不确定,但您可以在没有 .config 的情况下以编程方式进行配置,因此您可以拥有自己的 xml 文件、读取设置并以编程方式设置 Unity 容器。 遗憾的是,很多文档都没有涵盖这个方面。 在很多情况下,App.config 不可用或不合适。

编辑:

默认情况下,这是 App.config 或
您的应用程序的 Web.config 文件。
但是,您可以加载配置
来自任何其他 XML 格式的信息
文件或其他来源。

请参阅:http://msdn.microsoft.com/en-us /library/cc440941.aspx

Not sure about that, but you can configure programmatically without a .config, so you could have your own xml file, read settings and programmatically setup your Unity container. It's ashame this facet isn't covered in alot of the documentation. There are alot of scenarios where the App.config isn't available or appropriate.

Edit:

By default, this is the App.config or
Web.config file for your application.
However, you can load configuration
information from any other XML format
file or from other sources.

See: http://msdn.microsoft.com/en-us/library/cc440941.aspx

回忆那么伤 2024-07-23 17:02:27

为什么不将 XMLDocument 保存在计算机本地的某个文件中,然后将该 XML 文件加载到 Unity 容器中。

除非保存 XML 文档有任何限制,否则我认为它会起作用。

Why don't you save the XMLDocument in some file localy on the machine and then load that XML file in the Unity container.

Unless there is any restriction in saving the XMLdocument i think it would work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文