在我看来,我是这样从数据库中检索图像的
<img width="50" height="50" alt="" src="@Url.Action("GetImage", "Properties", new { id = Model.Id })" />
其中mvc控制器返回图像。现在我希望在视图中将此图像存储在某个变量中。如何为这种数据声明此var。
返回图片<img height="50" width="50" src="/Properties/GetImage/77" alt="">