1 instantiation of ExcludeBindingMetadataProvider
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
111modelMetadataDetailsProviders.Add(new ExcludeBindingMetadataProvider(typeof(Type)));
1 reference to ExcludeBindingMetadataProvider
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs (1)
17/// Creates a new <see cref="ExcludeBindingMetadataProvider"/> for the given <paramref name="type"/>.