共用方式為


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

應用程式的模型繫結器。

適用於