I was expecting to find that section within "System.Web.Configuration" namespace just like other Web.config sections
我希望在“System.Web.Configuration”命名空间中找到该部分,就像其他Web.config部分一样
Under what namespace does "location" reside and what is the type of the section?
在“位置”所在的命名空间下以及该部分的类型是什么?
1 个解决方案
#1
I think that System.Configuration.ConfigurationLocation is what you are looking for.
我认为System.Configuration.ConfigurationLocation正是你要找的。
#1
I think that System.Configuration.ConfigurationLocation is what you are looking for.
我认为System.Configuration.ConfigurationLocation正是你要找的。