我正在动态调整图像大小:
ImageJob i = new ImageJob(file, "~/eventimages/<guid>_<filename:A-Za-z0-9>.<ext>",
new ResizeSettings("width=200&height=133&format=jpg&crop=auto"));
i.Build();
我正在尝试将图像相对 URL 存储在数据库中。该i.FinalPath
物业给了我:
C:\inetpub\wwwroot\Church\eventimages\56b640bff5ba43e8aa161fff775c5f97_scenery.jpg
如何仅获取图像文件名 - 解析它的最佳方法?
所需字符串:/eventimages/56b640bff5ba43e8aa161fff775c5f97_scenery.jpg