2 implementations of Type
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Metadata\FormDataParameterMetadata.cs (1)
11public Type Type { get; set; } = parameter.ParameterType;
FormMapping\Metadata\FormDataPropertyMetadata.cs (1)
15public Type Type => property.PropertyType;
1 reference to Type
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
537return Expression.Variable(typeof(ValueTuple<,>).MakeGenericType(typeof(bool), constructorParameter.Type), constructorParameter.Name);