Custom elements in ASP.NET with custom child-elements

后端 未结 3 600
我寻月下人不归
我寻月下人不归 2021-01-31 11:53

I know that it is possible to define custom tags in ASP.NET with User Controls. But as far as I know you can only add attributes to these controls. I would like to be able to em

3条回答
  •  梦毁少年i
    2021-01-31 12:21

    You cannot user UserControl for such purpoces. As adviced above, inherit Control or WebControl.

提交回复
热议问题