ModelBinderProviders.Providers Property

Definition

Gets the model binder providers for the application.

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

Property Value

The model binder providers for the application.

Applies to