以下是我的ViewModel
请查看我的以下观看代码并帮助我......
我已经尝试了但没有找到返回null模型的根本原因。使用bind和所有类型的方法。
public class PropertyDetailsViewModel
{
public Property Propertys { get; set; }
public PropertyContentBasic ContentBasic { get; set; }
public List<ProviderPropertyModel> ProviderPropertyModelList { get; set; }
public List<SelectListItem> ProviderList { get; set; }
public long NewProvider { get; set; }
}
当我调用Post动作方法时,此对象带有null值。只有NewProvider值返回。