input-builders
InputBuilder's PartialView("My") doesn't work
my viewmodel public class CaseCreateInput { [PartialView(\"My\")] public object AreaId { get; set; } } My.aspx partialview[详细]
2023-01-06 19:08 分类:问答Input builder for a DropDownList with data from DB in mvc contrib
I have something like this public class Person { public Country {get; set;} } public class PersonInput { public ImNotSureWhat开发者_运维技巧ShouldIUseHere Country {get; set;}[详细]
2022-12-11 19:25 分类:问答