我正在尝试从 db 中获取值
var Link = el.Element("link").Value;
<div class="hotspot" link="<%=Link%>" style="background-image:url('/content/images/site/clearpixel.gif');z-index:4000;position:absolute;cursor:pointer;top:<%=Top%>px;left:<%=Left%>px;width:<%=Width%>px;height:<%=Height%>px;"></div>
我在不断的错误中收到错误'换行符。如何摆脱这个错误
对象引用未设置为此行中的对象实例:
foreach (var el in slide.Hotspots.Elements())
当前比赛中不存在链接
<div class="hotspot" link="<%=Link%>" style="background-image:url('/content/images/site/clearpixel.gif');z-index:4000;position:absolute;cursor:pointer;top:"<%=Top%>"px;left:"<%=Left%