my viewmodel public class CaseCreateInput { [PartialView(\"My\")] public object AreaId { get; set; } } My.aspx partialview
I have something like this public class Person { public Country {get; set;} } public class PersonInput { public ImNotSureWhat开发者_运维技巧ShouldIUseHere Country {get; set;}