ExcludeBindingMetadataProvider(Type) Constructor

Definition

Creates a new ExcludeBindingMetadataProvider for the given type.

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)

Parameters

type
Type

The Type. All properties with this Type will have IsBindingAllowed set to false.

Applies to