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

アプリケーションのモデル バインダー。

適用対象