Share via


BindingSourceMetadataProvider Class

Definition

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

Name Description
BindingSourceMetadataProvider(Type, BindingSource)

Creates a new BindingSourceMetadataProvider for the given type.

Properties

Name Description
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

Name Description
CreateBindingMetadata(BindingMetadataProviderContext)

Sets the values for properties of BindingMetadata.

Applies to