Asp.NET C#。
可以在没有标签的情况下建立HtmlGenericControl? 如果是:
HtmlGenericControl o_My_Control = New HtmlGenericControl();
It automatically returns a span element. I need an UserControl because i must add this control into an another usercontrol Control.Add(o_My_Control) and i need to directly append html. I use o_My_Control.innerHTML.
你们能否帮助我找到解决办法?