MvcOptions.ModelBinderProviders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of IModelBinderProviders used by this application.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider ^> ^ ModelBinderProviders { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider> ModelBinderProviders { get; }
member this.ModelBinderProviders : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider>
Public ReadOnly Property ModelBinderProviders As IList(Of IModelBinderProvider)