Web.config中用于自定义标签的Intellisense [英] Intellisense for custom tags in Web.config

查看:47
本文介绍了Web.config中用于自定义标签的Intellisense的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在web.config中添加自定义ConfigGroup的智能感知?

How to add the intellisense for custom ConfigGroup section in web.config?

<ConfigGroup>
  <sso storageType="File/Database" ></sso>
</ConfigGroup>


在这里,我想对文件和数据库进行智能感知.

请提出建议?


Here I want intellisense for Files and Database.

Please suggest me?

推荐答案

总结一下,您需要将Intellisense文件(XSD模式)放在一个名为schemas的文件夹中,然后对其进行引用

在这里,您将获得完整的细节和步骤:
自定义web.config Intellisense [
Summarizing, you need to put Intellisense files (XSD schemas) in a folder called schemas and then refer it

Here you go with full details and steps:
Custom web.config Intellisense[^]


这篇关于Web.config中用于自定义标签的Intellisense的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆