且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Silverlight中超链接的数据绑定

更新时间:2023-10-23 13:02:04

只需绑定到Content.

例如. hyperlinkbutton name="hplbtn" content="{Binding MyContent}" commandparameter="Binding">
Just bind to the Content.

E.g. hyperlinkbutton name="hplbtn" content="{Binding MyContent}" commandparameter="Binding">