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.
我创建了一个继承自 Hyperlink 的自定义服务器控件。呈现控件后的输出 html 是一个漂亮的带有图标的 css 按钮。对于图标,我有一个字符串属性。
我想做的是在源代码上打开类似于 NavigateUrl 属性对话框的图标的“浏览文件对话框”,请参见下面的屏幕
如何做到这一点?
看看 UrlPropertyAttribute。
UrlPropertyAttribute