label runat="server"

  <label id="lblWhiteIp_Text_Info" runat="server"></label>

后台对应的类型是

protected global::System.Web.UI.HtmlControls.HtmlGenericControl lblWhiteIp_Text_Info;

 

<asp:label id="lblWhiteIp_Text_Info" runat="server"></asp:label>

后台对应的类型是

protected global::System.Web.UI.WebControls.Label lblWhiteIp_Text_Info;

 

posted @ 2019-05-15 18:20  ChuckLu  阅读(368)  评论(0编辑  收藏  举报