在工具箱Visual Studio 2012中创建自定义html控件

时间:2014-06-19 15:32:51

标签: visual-studio-2012

我想在Visual Studio工具箱中创建自定义html控件:

enter image description here

例如,如果我需要为自定义表创建模板(在工具箱中):

<table id="table1" data-src="">
    <thead>
        <tr data-id="" data-u="">
            <td></td>
        </tr>
    </thead>
    <tbody>
    </tbody>
</table>

有没有办法做到这一点?

感谢对不起我的英语!

1 个答案:

答案 0 :(得分:2)

只需在编辑器中选择自定义html并拖动到工具箱窗格中,即可使用拖动的文本创建自定义工具箱项。