页面路径修正,ResolveUrl

如果是服务器控件:<asp:Image   id="Image1"   ruant=server   ImageUrl="~/images/img1.jpg"/>

如果是Html控件:<img  src='<%= ResolveUrl("~/images/img1.jpg")%>'>

记性太差,总是忘记,特此记录。。。 

原文地址:https://www.cnblogs.com/SUNBOY/p/1891981.html