src\0f6147b19c23fa97\Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataResources.cs (5)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
34=> string.Format(Culture, GetResourceString("DictionaryUnparsableKey"), p0, p1);
40=> string.Format(Culture, GetResourceString("EnumMappingError"), p0, p1);
48=> string.Format(Culture, GetResourceString("MaxCollectionSizeReached"), p0, p1);
54=> string.Format(Culture, GetResourceString("ParsableMappingError"), p0, p1);