ASP.NET AdRotator AdvertisementFile 属性
ASP.NET AdRotator AdvertisementFile 属性
AdRotator 控件定义和用法
AdvertisementFile 属性用于设置或返回包含广告数据的 XML 文件的路径。
语法
<asp:AdRotator AdvertisementFile="path" runat="server" />
属性 | 描述 |
---|---|
path | 字符串值,规定包含广告数据的 XML 文件的位置。
可能的值:
|
实例
实例
声明一个 AdRotator(在"尝试一下"实例中查看 XML 文件):
<form runat="server">
<asp:AdRotator id="ad1" runat="server"
AdvertisementFile="Ad1.xml" />
</form>
<asp:AdRotator id="ad1" runat="server"
AdvertisementFile="Ad1.xml" />
</form>
演示实例 »
AdRotator 控件
相关文章
- ASP.NET Web Pages PHP
- ASP.NET MVC 控制器
- ASP.NET TextBox 控件
- ASP.NET CheckBox 控件
- ASP.NET Literal 控件
- ASP.NET Panel 控件
- WebSecurity GetUserId 方法
- WebSecurity RequireRoles 方法
- ASP.NET HTML 控件 Button 2
- ASP.NET HTML 控件 Calendar 2
- ASP.NET HTML 控件 RegularExpressionValidator
- ASP.NET HTML 控件 Page.IsPostBack
- C# 实例 For 循环
- VB 实例 实例解释
- ASP.NET Web Pages - Chart 帮助器
- htmlbutton
- ASP.NET Calendar DayNameFormat 属性
- ASP.NET Calendar DayStyle 属性
- ASP.NET Calendar NextMonthText 属性
- ASP.NET Calendar SelectorStyle 属性