<appSettings>
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
</appSettings>
目前,我们在 appSettings 中将 UnobtrusiveJavaScriptEnabled 设置为 true(这也可以在 global.asax 中定义)
我们正在考虑清理 appSettings 并删除我们不需要显式定义的配置(特别是框架的东西),但不确定它的默认设置。
<appSettings>
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
</appSettings>
目前,我们在 appSettings 中将 UnobtrusiveJavaScriptEnabled 设置为 true(这也可以在 global.asax 中定义)
我们正在考虑清理 appSettings 并删除我们不需要显式定义的配置(特别是框架的东西),但不确定它的默认设置。