|
// <auto-generated>
using System.Reflection;
namespace Microsoft.AspNetCore.Mvc.TagHelpers
{
internal static partial class Resources
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
private static string GetResourceString(string resourceKey, string[] formatterNames)
{
var value = GetResourceString(resourceKey);
if (formatterNames != null)
{
for (var i = 0; i < formatterNames.Length; i++)
{
value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}");
}
}
return value;
}
/// <summary>Cannot determine the '{0}' attribute for {1}. The following attributes are mutually exclusive:</summary>
internal static string @CannotDetermineAttributeFor => GetResourceString("CannotDetermineAttributeFor");
/// <summary>Cannot determine the '{0}' attribute for {1}. The following attributes are mutually exclusive:</summary>
internal static string FormatCannotDetermineAttributeFor(object p0, object p1)
=> string.Format(Culture, GetResourceString("CannotDetermineAttributeFor"), p0, p1);
/// <summary>Cannot override the '{0}' attribute for {1}. An {1} with a specified '{0}' must not have attributes starting with '{2}' or an '{3}', '{4}', '{5}', '{6}', '{7}', '{8}', '{9}', '{10}' or '{11}' attribute.</summary>
internal static string @AnchorTagHelper_CannotOverrideHref => GetResourceString("AnchorTagHelper_CannotOverrideHref");
/// <summary>Cannot override the '{0}' attribute for {1}. An {1} with a specified '{0}' must not have attributes starting with '{2}' or an '{3}', '{4}', '{5}', '{6}', '{7}', '{8}', '{9}', '{10}' or '{11}' attribute.</summary>
internal static string FormatAnchorTagHelper_CannotOverrideHref(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8, object p9, object p10, object p11)
=> string.Format(Culture, GetResourceString("AnchorTagHelper_CannotOverrideHref"), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11);
/// <summary>Cannot override the '{0}' attribute for {1}. A {1} with a specified '{0}' must not have attributes starting with '{2}' or an '{3}', '{4}', '{5}', '{6}', '{7}', '{8}' or '{9}' attribute.</summary>
internal static string @FormTagHelper_CannotOverrideAction => GetResourceString("FormTagHelper_CannotOverrideAction");
/// <summary>Cannot override the '{0}' attribute for {1}. A {1} with a specified '{0}' must not have attributes starting with '{2}' or an '{3}', '{4}', '{5}', '{6}', '{7}', '{8}' or '{9}' attribute.</summary>
internal static string FormatFormTagHelper_CannotOverrideAction(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8, object p9)
=> string.Format(Culture, GetResourceString("FormTagHelper_CannotOverrideAction"), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
/// <summary>Unexpected '{1}' expression result type '{2}' for {0}. '{1}' must be of type '{3}' or '{4}' that can be parsed as a '{3}' if '{5}' is '{6}'.</summary>
internal static string @InputTagHelper_InvalidExpressionResult => GetResourceString("InputTagHelper_InvalidExpressionResult");
/// <summary>Unexpected '{1}' expression result type '{2}' for {0}. '{1}' must be of type '{3}' or '{4}' that can be parsed as a '{3}' if '{5}' is '{6}'.</summary>
internal static string FormatInputTagHelper_InvalidExpressionResult(object p0, object p1, object p2, object p3, object p4, object p5, object p6)
=> string.Format(Culture, GetResourceString("InputTagHelper_InvalidExpressionResult"), p0, p1, p2, p3, p4, p5, p6);
/// <summary>Unexpected expression result value '{1}' for {0}. '{1}' cannot be parsed as a '{2}'.</summary>
internal static string @InputTagHelper_InvalidStringResult => GetResourceString("InputTagHelper_InvalidStringResult");
/// <summary>Unexpected expression result value '{1}' for {0}. '{1}' cannot be parsed as a '{2}'.</summary>
internal static string FormatInputTagHelper_InvalidStringResult(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("InputTagHelper_InvalidStringResult"), p0, p1, p2);
/// <summary>'{1}' must not be null for {0} if '{2}' is '{3}'.</summary>
internal static string @InputTagHelper_ValueRequired => GetResourceString("InputTagHelper_ValueRequired");
/// <summary>'{1}' must not be null for {0} if '{2}' is '{3}'.</summary>
internal static string FormatInputTagHelper_ValueRequired(object p0, object p1, object p2, object p3)
=> string.Format(Culture, GetResourceString("InputTagHelper_ValueRequired"), p0, p1, p2, p3);
/// <summary>The {2} was unable to provide metadata about '{1}' expression value '{3}' for {0}.</summary>
internal static string @TagHelpers_NoProvidedMetadata => GetResourceString("TagHelpers_NoProvidedMetadata");
/// <summary>The {2} was unable to provide metadata about '{1}' expression value '{3}' for {0}.</summary>
internal static string FormatTagHelpers_NoProvidedMetadata(object p0, object p1, object p2, object p3)
=> string.Format(Culture, GetResourceString("TagHelpers_NoProvidedMetadata"), p0, p1, p2, p3);
/// <summary>The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.</summary>
internal static string @InvalidEnumArgument => GetResourceString("InvalidEnumArgument");
/// <summary>The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.</summary>
internal static string FormatInvalidEnumArgument(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("InvalidEnumArgument"), p0, p1, p2);
/// <summary>The attribute '{0}' does not exist in the {1}.</summary>
internal static string @TagHelperOutput_AttributeDoesNotExist => GetResourceString("TagHelperOutput_AttributeDoesNotExist");
/// <summary>The attribute '{0}' does not exist in the {1}.</summary>
internal static string FormatTagHelperOutput_AttributeDoesNotExist(object p0, object p1)
=> string.Format(Culture, GetResourceString("TagHelperOutput_AttributeDoesNotExist"), p0, p1);
/// <summary>The '{0}' property of '{1}' must not be null.</summary>
internal static string @PropertyOfTypeCannotBeNull => GetResourceString("PropertyOfTypeCannotBeNull");
/// <summary>The '{0}' property of '{1}' must not be null.</summary>
internal static string FormatPropertyOfTypeCannotBeNull(object p0, object p1)
=> string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
/// <summary>Cannot override the '{0}' attribute for <{1}>. <{1}> elements with a specified '{0}' must not have attributes starting with '{2}' or an '{3}', '{4}', '{5}', '{6}', '{7}', '{8}' or '{9}' attribute.</summary>
internal static string @FormActionTagHelper_CannotOverrideFormAction => GetResourceString("FormActionTagHelper_CannotOverrideFormAction");
/// <summary>Cannot override the '{0}' attribute for <{1}>. <{1}> elements with a specified '{0}' must not have attributes starting with '{2}' or an '{3}', '{4}', '{5}', '{6}', '{7}', '{8}' or '{9}' attribute.</summary>
internal static string FormatFormActionTagHelper_CannotOverrideFormAction(object p0, object p1, object p2, object p3, object p4, object p5, object p6, object p7, object p8, object p9)
=> string.Format(Culture, GetResourceString("FormActionTagHelper_CannotOverrideFormAction"), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
/// <summary>Value cannot contain HTML space characters.</summary>
internal static string @ArgumentCannotContainHtmlSpace => GetResourceString("ArgumentCannotContainHtmlSpace");
/// <summary>The partial view '{0}' was not found. The following locations were searched:{1}</summary>
internal static string @ViewEngine_PartialViewNotFound => GetResourceString("ViewEngine_PartialViewNotFound");
/// <summary>The partial view '{0}' was not found. The following locations were searched:{1}</summary>
internal static string FormatViewEngine_PartialViewNotFound(object p0, object p1)
=> string.Format(Culture, GetResourceString("ViewEngine_PartialViewNotFound"), p0, p1);
/// <summary>Cannot use '{0}' with both '{1}' and '{2}' attributes.</summary>
internal static string @PartialTagHelper_InvalidModelAttributes => GetResourceString("PartialTagHelper_InvalidModelAttributes");
/// <summary>Cannot use '{0}' with both '{1}' and '{2}' attributes.</summary>
internal static string FormatPartialTagHelper_InvalidModelAttributes(object p0, object p1, object p2)
=> string.Format(Culture, GetResourceString("PartialTagHelper_InvalidModelAttributes"), p0, p1, p2);
/// <summary>The fallback partial view '{0}' was not found. The following locations were searched:{1}</summary>
internal static string @ViewEngine_FallbackViewNotFound => GetResourceString("ViewEngine_FallbackViewNotFound");
/// <summary>The fallback partial view '{0}' was not found. The following locations were searched:{1}</summary>
internal static string FormatViewEngine_FallbackViewNotFound(object p0, object p1)
=> string.Format(Culture, GetResourceString("ViewEngine_FallbackViewNotFound"), p0, p1);
/// <summary>A value for the '{0}' attribute must be supplied to the '{1}' tag helper.</summary>
internal static string @AttributeIsRequired => GetResourceString("AttributeIsRequired");
/// <summary>A value for the '{0}' attribute must be supplied to the '{1}' tag helper.</summary>
internal static string FormatAttributeIsRequired(object p0, object p1)
=> string.Format(Culture, GetResourceString("AttributeIsRequired"), p0, p1);
}
}
|