精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

ASP.NET AdRotator AdvertisementFile 屬性

ASP.NET AdRotator AdvertisementFile 屬性

AdRotator 控件 AdRotator 控件

定義和用法

AdvertisementFile 屬性用于設置或返回包含廣告數據的 XML 文件的路徑。

語法

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

屬性 描述
path 字符串值,規定包含廣告數據的 XML 文件的位置。

可能的值:

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

實例

實例

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

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

演示實例 ?

AdRotator 控件 AdRotator 控件
相關文章