在我的.html页面布局文件中,我有这段代码
<!--<asp:Image runat="server" imageurl="<% $SPUrl:~sitecollection/Style Library/en-us/help.gif %>" alternatetext="More information" />-->
然后在呈现的客户端结果中,如果我查看页面的来源,它看起来像
<!--<img src="/Style%20Library/en-us/help.gif" alt="More information" />-->
并且注释会阻止它被解析为图像。我该如何解决这个问题?
注意:对于页面的SP2013 html文件,我需要围绕控件的注释,如asp或sharepoint控件。
由于