次の方法で共有


ModelBinderProviders.Providers プロパティ

定義

アプリケーションのモデル バインダー プロバイダーを取得します。

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

プロパティ値

ModelBinderProviderCollection

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

適用対象