<asp:HyperLink NavigateUrl='<%= WebContext.RootUrl %><%= WebContext.CurrentUser.UserName %>' runat="server" Text='<%= GetProfileImage(WebContext.CurrentUser.AccountId) %>'></asp:HyperLink>
但是我收到错误:
this is not scriptlet. will output as plain text.
当我把鼠标放在我的声明性语句上。
有任何想法吗?谢谢。