ExcludeBindingMetadataProvider(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.