DefaultModelBinder.Binders 属性

定义

获取或设置应用程序的模型联编程序。

protected internal System.Web.Mvc.ModelBinderDictionary Binders { get; set; }
member this.Binders : System.Web.Mvc.ModelBinderDictionary with get, set
Protected Friend Property Binders As ModelBinderDictionary

属性值

应用程序的模型联编程序。

适用于