- ASP.NET 教程
- ASP.NET简介
- ASP.NET Web Forms - 教程
- ASP.NET Web Forms - HTML 页面
- ASP.NET Web Forms - 服务器控件
- ASP.NET Web Forms - 事件
- ASP.NET Web Forms - HTML 表单
- ASP.NET Web Forms - 维持 ViewState
- ASP.NET Web Forms - TextBox 控件
- ASP.NET Web Forms - Button 控件
- ASP.NET Web Forms - 数据绑定
- ASP.NET Web Forms - ArrayList 对象
- ASP.NET Web Forms - Hashtable 对象
- ASP.NET Web Forms - SortedList 对象
- ASP.NET Web Forms - XML 文件
- ASP.NET Web Forms - Repeater 控件
- ASP.NET Web Forms - DataList 控件
- ASP.NET Web Forms - 数据库连接
- ASP.NET Web Forms - 母版页
- ASP.NET Web Forms - 导航
- ASP.NET Web Forms - HTML 服务器控件
- ASP.NET CalendarDay 控件
- ASP.NET Web Forms - Web 服务器控件
- ASP.NET Web Forms - Validation 服务器控件
- ASP.NET Web 控件标准属性
- ASP.NET 控件标准属性
ASP.NET AdRotator 控件
Web 服务器控件
定义和用法
AdRotator 控件用于显示图像序列。
该控件使用 XML 文件来存储 ad 信息。XML 文件使用 <Advertisements> 开始和结束。在 <Advertisements> 标签内部,应该有若干个定义每条 ad 的 <Ad> 标签。
<Ad> 标签中预定义的元素被列在下面:
元素 | 描述 |
---|---|
<ImageUrl> | 可选。图像文件的路径。 |
<NavigateUrl> | 可选。用户点击该 ad 时所链接的 URL。 |
<AlternateText> | 可选。图像的可选文本。 |
<Keyword> | 可选。ad 的类别。 |
<Impressions> | 可选。显示概率。 |
属性
属性 | 描述 | .NET |
---|---|---|
AdvertisementFile | 包含 ad 信息的 XML 文件的路径。 | 1.0 |
AlternateTextField | 代替广告的 Alt 文本而使用的数据字段。 | 2.0 |
ImageUrlField | 代替广告的 ImageURL 属性而使用的数据字段。 | 2.0 |
KeywordFilter | 根据类别对广告进行过滤。 | 1.0 |
NavigateUrlField | 代替广告的 NavigateUrl 属性而使用的数据字段。 | 2.0 |
runat | 规定该控件是服务器控件。必须设置为 "server"。 | 1.0 |
Target | 规定在何处打开 URL。 | 1.0 |
Web 控件标准属性
AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled, Font, EnableTheming,
ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width
如需完整描述,请访问 Web 控件标准属性。
控件标准属性
AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer,
Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible
如需完整描述,请访问 控件标准属性。
尝试一下 - 实例
AdRotator
在本例中,我们在 .aspx 文件中声明了一个 AdRotator 控件。然后我们在 .aspx 文件中为 AdCreated 事件创建了一个事件句柄,来覆盖 XML 文件中 NavigateUrl 元素的值。
Web 服务器控件
关注微信小程序
扫描二维码
程序员编程王