DefaultModelBinder.Providers Property

Definition

Returns the collection of model binder 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

Property Value

A collection of model binder providers.

Applies to