Implemented interface member:
method
CanConvert
Microsoft.AspNetCore.Components.Endpoints.FormMapping.IFormDataConverterFactory.CanConvert(System.Type, Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataMapperOptions)
2 references to CanConvert
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Metadata\FormDataMetadataFactory.cs (2)
81
if (_parsableFactory.
CanConvert
(type, options) || type.IsEnum ||
83
_parsableFactory.
CanConvert
(underlyingType, options)))