我正在制定時間表應用程序,其中員工根據管理員分配的項目數創建時間表。 This is a view of a user with 4 project to create a timesheet for. Each row here is a form created by a loop based on the number of projects passed to a viewbag. 這是我
我需要從視圖到控制器傳遞這個對象: public class QuoteVehicle
{
[DisplayName("Quote Vehicle ID")]
public int QuoteVehicleID { get; set; }
[DisplayName("Quote ID")]
public int QuoteID { get;
我有一個頁面的表單,允許用戶選擇一個圖像(DefectImage在我的模型)上傳。不幸的是,在控制器中,DefectImage以「空」出現,儘管我確實選擇了一個文件。文本框甚至在我點擊提交之前顯示文件名。 模型 public class CreateReportViewModel
{
[Required]
[Display(Name = "Description")]