次の方法で共有


DefaultModelBinder.Providers プロパティ

定義

モデル バインダー プロバイダーのコレクションを返します。

public:
 property System::Web::ModelBinding::ModelBinderProviderCollection ^ Providers { System::Web::ModelBinding::ModelBinderProviderCollection ^ get(); };
public System.Web.ModelBinding.ModelBinderProviderCollection Providers { get; }
member this.Providers : System.Web.ModelBinding.ModelBinderProviderCollection
Public ReadOnly Property Providers As ModelBinderProviderCollection

プロパティ値

モデル バインダー プロバイダーのコレクション。

適用対象