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

ASP.NET AdvertisementFile 屬性

定義和用法

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

語法

<asp:AdRotator AdvertisementFile="path" runat="server" />
屬性 描述
path

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

可能的值:

  • 絕對路徑: (比如 http://www.dbjr.com.cn/ads/bigad.xml)
  • 虛擬根路徑: (比如 ~/ads/bigad.xml)
  • 相對路徑:(比如 ../ads/bigad.xml).

實(shí)例

下面的例子聲明了一個(gè) AdRotator(在 TIY 中查看此 XML 文件):

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

實(shí)例

設(shè)置 AdRotator 控件中的 AdvertismentFile 屬性