[]
Gets the value providers that will be fed to the model binder.
public override IEnumerable<ValueProviderFactory> GetValueProviderFactories(HttpConfiguration configuration)
Type | Name | Description |
---|---|---|
HttpConfiguration | configuration | The System.Web.Http.HttpConfiguration configuration object. |
Type | Description |
---|---|
IEnumerable<ValueProviderFactory> | A collection of System.Web.Http.ValueProviders.ValueProviderFactory instances. |