ModelBinders.Binders 属性
定义
获取应用程序的模型联编程序。Gets the model binders for the application.
public:
static property System::Web::ModelBinding::ModelBinderDictionary ^ Binders { System::Web::ModelBinding::ModelBinderDictionary ^ get(); };
public static System.Web.ModelBinding.ModelBinderDictionary Binders { get; }
member this.Binders : System.Web.ModelBinding.ModelBinderDictionary
Public Shared ReadOnly Property Binders As ModelBinderDictionary
属性值
应用程序的模型联编程序。The model binders for the application.