Post动作时模型返回null

时间:2017-03-12 15:34:38

标签: asp.net-mvc

以下是我的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值返回。

enter image description here

0 个答案:

没有答案