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