1 write to AttemptedValue
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\FormMappingError.cs (1)
23
AttemptedValue
= 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;
93
formErrors.TryGetValue(key, out var mappingError) ? mappingError.
AttemptedValue
: null;