ModelBinders.Binders Property

Definition

Gets the model binders for the application.

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

Property Value

The model binders for the application.

Applies to