ModelBinders.Binders 属性

定义

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

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

属性值

ModelBinderDictionary

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

适用于