Compartir a través de


ExcludeBindingMetadataProvider(Type) Constructor

Definición

Crea un nuevo ExcludeBindingMetadataProvider objeto para el especificado 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)

Parámetros

type
Type

Type. Todas las propiedades con esto Type se habrán IsBindingAllowed establecido en false.

Se aplica a