摘要: Model: public class TestModel { [Required] public string Id { get; set; } } Controller: public class TestController : Controller { // GET: Test public 阅读全文
posted @ 2020-06-16 16:09 Kyle0418 阅读(1449) 评论(0) 推荐(0) 编辑
摘要: Model: public class TestModel { [Required] public string Id { get; set; } } Partial View(PartialInput.cshtml): @model partialview.Models.TestModel @us 阅读全文
posted @ 2020-06-16 11:03 Kyle0418 阅读(547) 评论(0) 推荐(0) 编辑