ASP.NET AdRotator AdvertisementFile 属性


AdRotator 控件 AdRotator 控件

定义和用法

AdvertisementFile 属性用于设置或返回包含广告数据的 XML 文件的路径。

语法

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

属性 描述
path 字符串值,规定包含广告数据的 XML 文件的位置。

可能的值:

  • 绝对路径(比如 http://www.zyiz.net/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 控件

上一篇:ASP.NET 控件标准属性

下一篇:ASP.NET AdRotator Target 属性

关注微信小程序
程序员编程王-随时随地学编程

扫描二维码
程序员编程王

扫一扫关注最新编程教程