我通常使用 thumbnail.ashx 文件来显示图像。问题是如果我在索引视图中使用它,它可以工作,但如果我在编辑视图中使用它,它不会。img 标签的 src 从
http://domain/Thumbnail.ashx?id=17 (right)
至
http://domain/mycontroller/edit/Thumbnail.ashx?id=17 (wrong)
我需要向表格添加另一条路线吗?它可能是什么?
我通常使用 thumbnail.ashx 文件来显示图像。问题是如果我在索引视图中使用它,它可以工作,但如果我在编辑视图中使用它,它不会。img 标签的 src 从
http://domain/Thumbnail.ashx?id=17 (right)
至
http://domain/mycontroller/edit/Thumbnail.ashx?id=17 (wrong)
我需要向表格添加另一条路线吗?它可能是什么?