1 instantiation of EnumTypeModelBinder
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\EnumTypeModelBinderProvider.cs (1)
33
return new
EnumTypeModelBinder
(
3 references to EnumTypeModelBinder
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\EnumTypeModelBinder.cs (1)
17
/// Initializes a new instance of <see cref="
EnumTypeModelBinder
"/>.
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\EnumTypeModelBinderProviderTest.cs (2)
23
Assert.IsType<
EnumTypeModelBinder
>(result);
39
Assert.IsType<
EnumTypeModelBinder
>(result);