1 write to AttemptedValue
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\FormMappingError.cs (1)
23AttemptedValue = attemptedValue;
2 references to AttemptedValue
Microsoft.AspNetCore.Components.Web (2)
Forms\Mapping\FormMappingContext.cs (2)
83_errors?.TryGetValue(key, out var mappingError) == true ? mappingError.AttemptedValue : null; 93formErrors.TryGetValue(key, out var mappingError) ? mappingError.AttemptedValue : null;