Implemented interface member:
property
Type
Microsoft.AspNetCore.Components.Endpoints.FormMapping.Metadata.IFormDataValue.Type
3 references to Type
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (3)
343var propertyConverterType = typeof(FormDataConverter<>).MakeGenericType(property.Type); 360new[] { property.Type }, 390Expression.Constant(property.Type),