ASP.NET AdRotator AdvertisementFile 屬性

2018-09-20 23:58 更新

ASP.NET AdRotator AdvertisementFile 屬性


AdRotator 控件 AdRotator 控件

定義和用法

AdvertisementFile 屬性用于設(shè)置或返回包含廣告數(shù)據(jù)的 XML 文件的路徑。

語法

<asp:AdRotator AdvertisementFile="path" runat="server" />

屬性 描述
path 字符串值,規(guī)定包含廣告數(shù)據(jù)的 XML 文件的位置。

可能的值:

  • 絕對(duì)路徑(比如 //www.o2fo.com/ads/bigad.xml)
  • 虛擬根路徑(比如 ~/ads/bigad.xml)
  • 相對(duì)路徑(比如 /ads/bigad.xml)


實(shí)例

實(shí)例

聲明一個(gè) AdRotator(在"嘗試一下"實(shí)例中查看 XML 文件):

<form runat="server">
<asp:AdRotator id="ad1" runat="server"
AdvertisementFile="Ad1.xml" />
</form>

演示實(shí)例 ?


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)