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

Type。 具有此 Type 的所有属性都将 IsBindingAllowed 设置为 false

适用于