我有一个要构建的 URL,如下所示:
http://cache.mysite.com/sponsorimage/718.jpg;format=gif;w=50;h=50;scale=both;mode=pad;bgcolor=white
创建它的剃刀是这样的:
@(sponsor.ImageURL)
<img src="@(sponsor.ImageURL);format=gif;w=50;h=50;scale=both;mode=pad;bgcolor=white" alt="@sponsor.SponsorName" />
这只是感觉很丑陋。我是剃须刀的新手。有什么更好的方法来做到这一点。也就是说,在字符串中嵌入分号(我没有使用 ? 和 & 故意)