我有很长的超文本页作为示意图。 在整个过程中,我有像这样的文字:
cid:@(Model.MyImage)
我已经扼杀了这条道路,并延长了档案。 我现在要取代以上段落,以取代。
[mypath]MyImage.[myExtension]
因此,我要抓住一下我时代的文本,在我新的扼杀中加以利用,然后消除所有恶果: st脚,把标准的道路上走。
因此,酸:@(Model.MainChart)可能变成 C:MainChart.png
http://www.ohchr.org。
在下面的答复中,这个问题得到了很好的回答。 下面的使用实例:
string first = @"<img src=""cid:@(Model.FirstOne)"" style=""max-width:600px;"" then <img src=""cid:@(Model.Another)"" style=""max-width:600px;"")";
string pathPrefix = @"C:";
string extension = ".png";
string newPath = Regex.Replace(first, @"cid:@(Model.([^)]*))", pathPrefix + "$1" + extension);