1 reference to NullableConverter
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\NullableConverterFactory.cs (1)
31
var expectedConverterType = typeof(
NullableConverter
<>).MakeGenericType(underlyingType);