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

推荐订阅源

腾讯CDC
The Cloudflare Blog
IT之家
IT之家
V
V2EX
雷峰网
雷峰网
MyScale Blog
MyScale Blog
P
Proofpoint News Feed
Stack Overflow Blog
Stack Overflow Blog
博客园 - Franky
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
小众软件
小众软件
博客园 - 叶小钗
Blog — PlanetScale
Blog — PlanetScale
C
Check Point Blog
A
About on SuperTechFans
B
Blog
月光博客
月光博客
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI

博客园 - 改变热爱

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[2]->HtmlButton - 改变热爱 - 博客园 HTML Controls WebParts Controls[13]->ConnectionZone WebParts Controls[11]->LayoutEditorPart WebParts Controls[12]->PropertyGridEditorPart
HTML Controls[1]->HtmlAnchor
改变热爱 · 2007-05-14 · via 博客园 - 改变热爱

The following sample illustrates using the HtmlAnchor control (<a>). HtmlAnchor is used to navigate from the client page to another page.

C# HtmlAnchor1.aspx
Run Sample View Source

DataBinding HtmlAnchor

The HtmlAnchor control supports data binding to its HRef and InnerHtml properties, as shown by the following example.

C# HtmlAnchor2.aspx
Run Sample View Source