asp.net WebForm 后台设置 控件属性
当前控件 <asp:Label ID="Label1" runat="server" Text="HelloWord" ></asp:Label>显示:给控件添加属性Label1.Style.Add(“属性名”,“属性值”);Label1.Style.Add("font-size","30px"); 设置字体大小显示:删除