ASP.NET ImageButton PostBackUrl 屬性

2018-09-12 18:58 更新

ASP.NET ImageButton PostBackUrl 屬性


ImageButton 控件 ImageButton 控件

定義和用法

PostBackUrl 屬性用于獲取或設(shè)置當(dāng) ImageButton 控件被點(diǎn)擊時(shí)要回傳的目標(biāo)頁(yè)面的 URL。

語(yǔ)法

<asp:ImageButton PostBackUrl="string" runat="server" />

屬性 描述
string 字符串值。規(guī)定要回傳的目標(biāo)頁(yè)面的 URL。默認(rèn)是空字符串,這會(huì)使頁(yè)面向自身回傳。


實(shí)例

下面的實(shí)例設(shè)置了 ImageButton 控件的回傳 URL:

<form runat="server">
??Name:<asp:textbox id="TextBox1" runat=Server />
??<asp:ImageButton id="Button1" ImageUrl="img.gif"
??PostBackUrl="demo_postbackurl.htmlx" runat="Server" />
</form>

演示實(shí)例 ?

ImageButton 控件 ImageButton 控件
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)