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)
343
var propertyConverterType = typeof(FormDataConverter<>).MakeGenericType(property.
Type
);
360
new[] { property.
Type
},
390
Expression.Constant(property.
Type
),