ASP.NET Style 屬性
ASP.NET Style 屬性

定義和用法
Style 屬性用于向控件設(shè)置或返回內(nèi)聯(lián)的 CSS 樣式。
語(yǔ)法
<asp:webcontrol id="id" Style="style" runat="server" />
屬性 | 描述 |
---|---|
style | 字符串,規(guī)定內(nèi)聯(lián)樣式表的 CSS 樣式。 |
實(shí)例
下面的實(shí)例設(shè)置 Button 控件的 CSS 樣式:
<form runat="server">
<asp:Button id="Button" Text="Submit" runat="server"
Style="font: 12pt Verdana;font-weight:700;color:orange;" />
</form>
<asp:Button id="Button" Text="Submit" runat="server"
Style="font: 12pt Verdana;font-weight:700;color:orange;" />
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Web Pages 布局
- ASP.NET Web Pages HTML 表單
- ASP.NET Web Forms 教程
- ASP.NET Web 頁(yè)面
- ASP.NET CustomValidator 控件
- ASP.NET AdRotator 控件
- ASP.NET CalendarDay 控件
- ASP.NET XML 控件
- WebSecurity ConfirmAccount 方法
- WebSecurity RequireUser 方法
- WebSecurity ResetPassword 方法
- AdRotator
- ASP.NET HTML 控件 Button 2
- ASP.NET HTML 控件 用 styles的DataList
- ASP.NET HTML 控件 Image
- ASP.NET HTML 控件 CompareValidator 2
- ASP.NET HTML 控件 RangeValidator
- ASP.NET HTML 控件 Validationsummary 2
- ASP.NET HTML 控件 Page.IsPostBack
- ASP.NET Calendar ShowDayHeader 屬性