| File: src\f37f1e773e0ba562\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.Resources.cs | |
| Project: src\roslyn\src\Razor\src\Compiler\Microsoft.CodeAnalysis.Razor.Compiler\src\Microsoft.CodeAnalysis.Razor.Compiler.csproj (Microsoft.CodeAnalysis.Razor.Compiler) |
// <auto-generated> using System.Reflection; namespace Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X { 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>Value cannot be null or empty.</summary> internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty"); /// <summary>Inject a service from the application's service container into a property.</summary> internal static string @InjectDirective_Description => GetResourceString("InjectDirective_Description"); /// <summary>The name of the property.</summary> internal static string @InjectDirective_MemberToken_Description => GetResourceString("InjectDirective_MemberToken_Description"); /// <summary>PropertyName</summary> internal static string @InjectDirective_MemberToken_Name => GetResourceString("InjectDirective_MemberToken_Name"); /// <summary>The type of the service to inject.</summary> internal static string @InjectDirective_TypeToken_Description => GetResourceString("InjectDirective_TypeToken_Description"); /// <summary>TypeName</summary> internal static string @InjectDirective_TypeToken_Name => GetResourceString("InjectDirective_TypeToken_Name"); /// <summary>Specify the view or page model for the page.</summary> internal static string @ModelDirective_Description => GetResourceString("ModelDirective_Description"); /// <summary>The model type.</summary> internal static string @ModelDirective_TypeToken_Description => GetResourceString("ModelDirective_TypeToken_Description"); /// <summary>TypeName</summary> internal static string @ModelDirective_TypeToken_Name => GetResourceString("ModelDirective_TypeToken_Name"); /// <summary>The 'inherits' keyword is not allowed when a '{0}' keyword is used.</summary> internal static string @MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword => GetResourceString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword"); /// <summary>The 'inherits' keyword is not allowed when a '{0}' keyword is used.</summary> internal static string FormatMvcRazorCodeParser_CannotHaveModelAndInheritsKeyword(object p0) => string.Format(Culture, GetResourceString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword"), p0); /// <summary>A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <Type Name> <Property Name>'.</summary> internal static string @MvcRazorCodeParser_InjectDirectivePropertyNameRequired => GetResourceString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired"); /// <summary>A property name must be specified when using the '{0}' statement. Format for a '{0}' statement is '@{0} <Type Name> <Property Name>'.</summary> internal static string FormatMvcRazorCodeParser_InjectDirectivePropertyNameRequired(object p0) => string.Format(Culture, GetResourceString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired"), p0); /// <summary>The '{0}' keyword must be followed by a type name on the same line.</summary> internal static string @MvcRazorCodeParser_KeywordMustBeFollowedByTypeName => GetResourceString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName"); /// <summary>The '{0}' keyword must be followed by a type name on the same line.</summary> internal static string FormatMvcRazorCodeParser_KeywordMustBeFollowedByTypeName(object p0) => string.Format(Culture, GetResourceString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName"), p0); /// <summary>Only one '{0}' statement is allowed in a file.</summary> internal static string @MvcRazorCodeParser_OnlyOneModelStatementIsAllowed => GetResourceString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed"); /// <summary>Only one '{0}' statement is allowed in a file.</summary> internal static string FormatMvcRazorCodeParser_OnlyOneModelStatementIsAllowed(object p0) => string.Format(Culture, GetResourceString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed"), p0); /// <summary>Invalid tag helper property '{0}.{1}'. Dictionary values must not be of type '{2}'.</summary> internal static string @MvcRazorParser_InvalidPropertyType => GetResourceString("MvcRazorParser_InvalidPropertyType"); /// <summary>Invalid tag helper property '{0}.{1}'. Dictionary values must not be of type '{2}'.</summary> internal static string FormatMvcRazorParser_InvalidPropertyType(object p0, object p1, object p2) => string.Format(Culture, GetResourceString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2); /// <summary>Specify the base namespace for the page.</summary> internal static string @NamespaceDirective_Description => GetResourceString("NamespaceDirective_Description"); /// <summary>The namespace for the page.</summary> internal static string @NamespaceDirective_NamespaceToken_Description => GetResourceString("NamespaceDirective_NamespaceToken_Description"); /// <summary>Namespace</summary> internal static string @NamespaceDirective_NamespaceToken_Name => GetResourceString("NamespaceDirective_NamespaceToken_Name"); } }