开发者

How can I set asp:Hyperlink text-decoration in code behind?

I have a object referenc开发者_JS百科e to asp:HyperLink. I see it has a Style property inherited from base. But, how can I set text-decoration = none from code behind?


You can use:

myHyperlink.Style.Add("text-decoration", "none");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜