ASP.NET Image 控件
asp.net image 控件
web 服务器控件定义和用法
image 控件用于显示图像。
属性
属性 | 描述 | .net |
---|---|---|
alternatetext | 图像的替代文本。 | 1.0 |
descriptionurl | 对图像进行详细描述的位置。 | 2.0 |
generateemptyalternatetext | 规定该控件是否创建一个作为替代文本的空字符串。 | 2.0 |
imagealign | 规定图像的排列方式。 | 1.0 |
imageurl | 显示此链接的图像的 url | 1.0 |
runat | 规定该控件是服务器控件。必须设置为 "server"。 | 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
如需完整描述,请访问 控件标准属性。
实例
image
在本例中,我们在 .aspx 文件中声明了一个 image 控件。
相关文章
- ASP.NET 教程
- ASP.NET
- ASP.NET Web Pages 布局
- ASP.NET Web Pages 对象
- ASP.NET Web Pages PHP
- ASP.NET Web Pages – 发布
- ASP.NET Razor 标记
- ASP.NET Razor C# 逻辑
- ASP.NET Razor VB 变量
- ASP.NET Razor VB 逻辑
- ASP.NET MVC Web 应用程序
- ASP.NET MVC 页面和布局
- ASP.NET MVC 参考手册
- ASP.NET Web Forms 教程
- ASP.NET Web 页面
- ASP.NET Button 控件
- ASP.NET 数据绑定
- ASP.NET DataList 控件
- ASP.NET 数据库连接
- ASP.NET Web 服务器控件