自定义控件写法htmlTextWriter

在同一个命名空间下 namespace MyControls    webconfig

  <system.web> <pages> <controls> <add TagPrefix="custom" namespace="MyControls"> </controls> </pages> </system.web>

你可能感兴趣的:(自定义控件写法htmlTextWriter)