惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 改变热爱

User Controls HTML Controls[15]->HtmltextArea HTML Controls[14]->HtmlTable , HtmlTableRow , and HtmlTableCell HTML Controls[12]->HtmlInputText HTML Controls[13]->HtmlSelect HTML Controls[11]->HtmlInputRadioButton HTML Controls[9]->HtmlInputHidden HTML Controls[10]->HtmlInputImage HTML Controls[7]->HtmlInputCheckBox HTML Controls[8]->HtmlInputFile HTML Controls[6]->HtmlInputButton HTML Controls[5]->HtmlImage HTML Controls[4]->HtmlGeneric HTML Controls[3]->HtmlForm HTML Controls[1]->HtmlAnchor HTML Controls WebParts Controls[13]->ConnectionZone WebParts Controls[11]->LayoutEditorPart WebParts Controls[12]->PropertyGridEditorPart
HTML Controls[2]->HtmlButton - 改变热爱 - 博客园
改变热爱 · 2007-05-14 · via 博客园 - 改变热爱

The HtmlButton control renders as an HTML 4.0 <button>. This differs from <input type="button"> in that it enables Web developers to create rich user interface form buttons that can be composed from embedded HTML elements (and even other ASP.NET server controls).

The following sample illustrates using the HtmlButton control.

C# HtmlButton1.aspx
Run Sample View Source