Поделиться через


BindingSourceMetadataProvider(Type, BindingSource) Конструктор

Определение

Создает новый BindingSourceMetadataProvider объект для заданного type.

public:
 BindingSourceMetadataProvider(Type ^ type, Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ bindingSource);
public BindingSourceMetadataProvider (Type type, Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource bindingSource);
public BindingSourceMetadataProvider (Type type, Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? bindingSource);
new Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingSourceMetadataProvider : Type * Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingSourceMetadataProvider
Public Sub New (type As Type, bindingSource As BindingSource)

Параметры

type
Type

Type. Поставщик задает BindingSource заданный Type или любой другой объект , назначаемый заданному Typeобъекту .

bindingSource
BindingSource

Объект , BindingSource назначаемый заданному typeобъекту .

Применяется к