在 message.aspx.CS 中:
string lookthis = "<img src=\"../images/new_new.gif\" border=\"0\">";this.lble.Text = "<a href=UnRead.aspx target=\"_blank\">"+lookthis+"</a>";我想把 普通的 html 的超链接代码放在 message.aspx.CS 中,<a href="javascript:gogodetail()">查看</a>这样:this.lble.Text = "<a href="javascript:gogodetail()">"+lookthis+"</a>";以下位置,可是 vs.net 代码提示格式错误,到底应该如何改变格式呢?