Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the providers for the composite model binder.
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Providers As IEnumerable(Of ModelBinderProvider)
Get
'Usage
Dim instance As CompositeModelBinderProvider
Dim value As IEnumerable(Of ModelBinderProvider)
value = instance.Providers
public IEnumerable<ModelBinderProvider> Providers { get; }
public:
property IEnumerable<ModelBinderProvider^>^ Providers {
IEnumerable<ModelBinderProvider^>^ get ();
}
member Providers : IEnumerable<ModelBinderProvider>
function get Providers () : IEnumerable<ModelBinderProvider>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelBinderProvider>
The collection of providers.