BindingSourceMetadataProvider Class   
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.
Provides BindingMetadata for a DefaultModelMetadata.
public ref class BindingSourceMetadataProvider : Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::IBindingMetadataProvider
	public class BindingSourceMetadataProvider : Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IBindingMetadataProvider
	type BindingSourceMetadataProvider = class
    interface IBindingMetadataProvider
    interface IMetadataDetailsProvider
	Public Class BindingSourceMetadataProvider
Implements IBindingMetadataProvider
		- Inheritance
 - 
				BindingSourceMetadataProvider
 
- Implements
 
Constructors
| BindingSourceMetadataProvider(Type, BindingSource) | 
		 Creates a new BindingSourceMetadataProvider for the given   | 
        	
Properties
| BindingSource | 
		 The BindingSource to assign to the Type.  | 
        	
| Type | 
		 The Type. The provider sets BindingSource of the given Type or anything assignable to the given Type.  | 
        	
Methods
| CreateBindingMetadata(BindingMetadataProviderContext) | 
		 Sets the values for properties of BindingMetadata.  |