1 instantiation of EnumTypeModelBinderProvider
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
53options.ModelBinderProviders.Add(new EnumTypeModelBinderProvider(options));
1 reference to EnumTypeModelBinderProvider
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\EnumTypeModelBinderProvider.cs (1)
17/// Initializes a new instance of <see cref="EnumTypeModelBinderProvider"/>.