.Net Core學習筆記(三).View Model及跳轉

Q:爲什麼需要ViewModel? A:因爲數據庫與網頁間的數據並非一一對應,需要使用ViewModel對數據進行轉換 對筆記(二)中的項目進行改造: 一、改造模型 public class Student { public int Id { get; set; } public string FirstName { get; set; }
相關文章
相關標籤/搜索