Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
text当针对超链接设置属性时,我将更改一些行为。我知道我可以创建自己的 like 版本
text
public class MyHyperLink: System.Web.UI.Hyperlink { }
但是,是否可以覆盖HyperLink一个,这样我就不必在前端控件上使用自定义 HyperLink 类?
HyperLink