学海无涯

导航

2023年2月21日 #

jQuery AJAX and JSON Example in ASP.Net Core MVC

摘要: public class PersonModel { public string Name { get; set; } public string DateTime { get; set; } } public class PersonController : Controller { public 阅读全文

posted @ 2023-02-21 17:25 宁静致远. 阅读(55) 评论(0) 推荐(0) 编辑

使用模态对话框modal 实现CURD新添 修改 删除 Ajax提交

摘要: namespace MvcMovie.Models { public class Employee { public int Id { get; set; } [Required] public string Name { get; set; } } } public class EmployeeV 阅读全文

posted @ 2023-02-21 17:02 宁静致远. 阅读(24) 评论(0) 推荐(0) 编辑