ModelBinders.Binders 属性

定义

获取应用程序的模型绑定器。

public:
 static property System::Web::ModelBinding::ModelBinderDictionary ^ Binders { System::Web::ModelBinding::ModelBinderDictionary ^ get(); };
public static System.Web.ModelBinding.ModelBinderDictionary Binders { get; }
static member Binders : System.Web.ModelBinding.ModelBinderDictionary
Public Shared ReadOnly Property Binders As ModelBinderDictionary

属性值

应用程序的模型绑定器。

适用于