Share via


BindingSourceMetadataProvider(Type, BindingSource) 생성자

정의

지정된 type에 대한 새 BindingSourceMetadataProvider 를 만듭니다.

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 지정된 Type 의 공급자 집합 BindingSource 또는 지정된 Type에 할당할 수 있는 모든 항목입니다.

bindingSource
BindingSource

BindingSource 지정된 type에 할당할 입니다.

적용 대상