Share via


ExcludeBindingMetadataProvider(Type) 생성자

정의

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

public:
 ExcludeBindingMetadataProvider(Type ^ type);
public ExcludeBindingMetadataProvider (Type type);
new Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ExcludeBindingMetadataProvider : Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ExcludeBindingMetadataProvider
Public Sub New (type As Type)

매개 변수

type
Type

TypeType 속성을 가진 모든 속성은 IsBindingAllowed 로 설정 false됩니다.

적용 대상