有两个对象,人和图像。Person 应该已将 id int 存储在 db 中,以便使用 src 属性正确呈现图像。
考虑以下场景
- 使用 Web 表单 (mvc) 上传图像
- 人员实体是使用 Web 表单 (mvc) 创建的,并且 javascript 用于检索选定的图像 id 以存储在人员图像属性中
- 在视图方面,这些人物图像属性被加载到 img src 属性中以显示图像
你会如何设计 Person 对象
Person.cs
Id int not null
// To do
图片.cs
Id int not null
ImagePath string not null
AlternateText string