欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP.NET BackImageUrl 屬性

定義和用法

BackImageUrl 屬性用于設(shè)置或返回用作 Table 背景圖像的圖像的 URL。

語法

<asp:Table BackImageUrl="URL" runat="server">
Some Content
</asp:Table>
屬性 描述
URL 要使用的圖像的 URL。

實(shí)例

下面的例子為 Table 控件設(shè)置了 BackImageUrl:

<form runat="server">
<asp:Table id="tab1" runat="server" BackImageUrl="img.gif">
<asp:TableRow>
<asp:TableCell>
Hello!
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>

實(shí)例

為 Table 控件設(shè)置 BackImageUrl 屬性