1 instantiation of ValidationMessageKeyContext
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\DataAnnotationsLocalizer.cs (1)
83
return options.MessageKeyProvider?.Invoke(new
ValidationMessageKeyContext
2 references to ValidationMessageKeyContext
Microsoft.Extensions.Validation (2)
ValidationOptions.cs (2)
54
/// <see cref="
ValidationMessageKeyContext
.ValidatorType"/>) for validators that do not specify an
58
public Func<
ValidationMessageKeyContext
, string?>? MessageKeyProvider { get; set; }