File: artifacts\obj\Microsoft.AspNetCore.Mvc.ViewFeatures\Release\net10.0\Microsoft.AspNetCore.Mvc.ViewFeatures.Resources.cs
Project: src\src\Mvc\Mvc.ViewFeatures\src\Microsoft.AspNetCore.Mvc.ViewFeatures.csproj (Microsoft.AspNetCore.Mvc.ViewFeatures)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.AspNetCore.Mvc.ViewFeatures
{
    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>The view component name '{0}' matched multiple types:{1}{2}</summary>
        internal static string @ViewComponent_AmbiguousTypeMatch => GetResourceString("ViewComponent_AmbiguousTypeMatch");
        /// <summary>The view component name '{0}' matched multiple types:{1}{2}</summary>
        internal static string FormatViewComponent_AmbiguousTypeMatch(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewComponent_AmbiguousTypeMatch"), p0, p1, p2);
 
        /// <summary>Method '{0}' of view component '{1}' should be declared to return {2}&lt;T&gt;.</summary>
        internal static string @ViewComponent_AsyncMethod_ShouldReturnTask => GetResourceString("ViewComponent_AsyncMethod_ShouldReturnTask");
        /// <summary>Method '{0}' of view component '{1}' should be declared to return {2}&lt;T&gt;.</summary>
        internal static string FormatViewComponent_AsyncMethod_ShouldReturnTask(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewComponent_AsyncMethod_ShouldReturnTask"), p0, p1, p2);
 
        /// <summary>A view component must return a non-null value.</summary>
        internal static string @ViewComponent_MustReturnValue => GetResourceString("ViewComponent_MustReturnValue");
        /// <summary>Method '{0}' of view component '{1}' should be declared to return a value.</summary>
        internal static string @ViewComponent_SyncMethod_ShouldReturnValue => GetResourceString("ViewComponent_SyncMethod_ShouldReturnValue");
        /// <summary>Method '{0}' of view component '{1}' should be declared to return a value.</summary>
        internal static string FormatViewComponent_SyncMethod_ShouldReturnValue(object p0, object p1)
           => string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_ShouldReturnValue"), p0, p1);
 
        /// <summary>A view component named '{0}' could not be found. A view component must be a public non-abstract class, not contain any generic parameters, and either be decorated with '{1}' or have a class name ending with the '{2}' suffix. A view component must not be de ...</summary>
        internal static string @ViewComponent_CannotFindComponent => GetResourceString("ViewComponent_CannotFindComponent");
        /// <summary>A view component named '{0}' could not be found. A view component must be a public non-abstract class, not contain any generic parameters, and either be decorated with '{1}' or have a class name ending with the '{2}' suffix. A view component must not be de ...</summary>
        internal static string FormatViewComponent_CannotFindComponent(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("ViewComponent_CannotFindComponent"), p0, p1, p2, p3);
 
        /// <summary>An invoker could not be created for the view component '{0}'.</summary>
        internal static string @ViewComponent_IViewComponentFactory_ReturnedNull => GetResourceString("ViewComponent_IViewComponentFactory_ReturnedNull");
        /// <summary>An invoker could not be created for the view component '{0}'.</summary>
        internal static string FormatViewComponent_IViewComponentFactory_ReturnedNull(object p0)
           => string.Format(Culture, GetResourceString("ViewComponent_IViewComponentFactory_ReturnedNull"), p0);
 
        /// <summary>Could not find an '{0}' or '{1}' method for the view component '{2}'.</summary>
        internal static string @ViewComponent_CannotFindMethod => GetResourceString("ViewComponent_CannotFindMethod");
        /// <summary>Could not find an '{0}' or '{1}' method for the view component '{2}'.</summary>
        internal static string FormatViewComponent_CannotFindMethod(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewComponent_CannotFindMethod"), p0, p1, p2);
 
        /// <summary>View components only support returning {0}, {1} or {2}.</summary>
        internal static string @ViewComponent_InvalidReturnValue => GetResourceString("ViewComponent_InvalidReturnValue");
        /// <summary>View components only support returning {0}, {1} or {2}.</summary>
        internal static string FormatViewComponent_InvalidReturnValue(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewComponent_InvalidReturnValue"), p0, p1, p2);
 
        /// <summary>Value cannot be null or empty.</summary>
        internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty");
        /// <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>The '{0}' method of type '{1}' cannot return a null value.</summary>
        internal static string @TypeMethodMustReturnNotNullValue => GetResourceString("TypeMethodMustReturnNotNullValue");
        /// <summary>The '{0}' method of type '{1}' cannot return a null value.</summary>
        internal static string FormatTypeMethodMustReturnNotNullValue(object p0, object p1)
           => string.Format(Culture, GetResourceString("TypeMethodMustReturnNotNullValue"), p0, p1);
 
        /// <summary>Property '{0}' is of type '{1}', but this method requires a value of type '{2}'.</summary>
        internal static string @ArgumentPropertyUnexpectedType => GetResourceString("ArgumentPropertyUnexpectedType");
        /// <summary>Property '{0}' is of type '{1}', but this method requires a value of type '{2}'.</summary>
        internal static string FormatArgumentPropertyUnexpectedType(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ArgumentPropertyUnexpectedType"), p0, p1, p2);
 
        /// <summary>The partial view '{0}' was not found or no view engine supports the searched locations. The following locations were searched:{1}</summary>
        internal static string @Common_PartialViewNotFound => GetResourceString("Common_PartialViewNotFound");
        /// <summary>The partial view '{0}' was not found or no view engine supports the searched locations. The following locations were searched:{1}</summary>
        internal static string FormatCommon_PartialViewNotFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("Common_PartialViewNotFound"), p0, p1);
 
        /// <summary>False</summary>
        internal static string @Common_TriState_False => GetResourceString("Common_TriState_False");
        /// <summary>Not Set</summary>
        internal static string @Common_TriState_NotSet => GetResourceString("Common_TriState_NotSet");
        /// <summary>True</summary>
        internal static string @Common_TriState_True => GetResourceString("Common_TriState_True");
        /// <summary>ViewData value must not be null.</summary>
        internal static string @DynamicViewData_ViewDataNull => GetResourceString("DynamicViewData_ViewDataNull");
        /// <summary>The expression compiler was unable to evaluate the indexer expression '{0}' because it references the model parameter '{1}' which is unavailable.</summary>
        internal static string @ExpressionHelper_InvalidIndexerExpression => GetResourceString("ExpressionHelper_InvalidIndexerExpression");
        /// <summary>The expression compiler was unable to evaluate the indexer expression '{0}' because it references the model parameter '{1}' which is unavailable.</summary>
        internal static string FormatExpressionHelper_InvalidIndexerExpression(object p0, object p1)
           => string.Format(Culture, GetResourceString("ExpressionHelper_InvalidIndexerExpression"), p0, p1);
 
        /// <summary>The IModelMetadataProvider was unable to provide metadata for expression '{0}'.</summary>
        internal static string @HtmlHelper_NullModelMetadata => GetResourceString("HtmlHelper_NullModelMetadata");
        /// <summary>The IModelMetadataProvider was unable to provide metadata for expression '{0}'.</summary>
        internal static string FormatHtmlHelper_NullModelMetadata(object p0)
           => string.Format(Culture, GetResourceString("HtmlHelper_NullModelMetadata"), p0);
 
        /// <summary>Must call 'Contextualize' method before using this HtmlHelper instance.</summary>
        internal static string @HtmlHelper_NotContextualized => GetResourceString("HtmlHelper_NotContextualized");
        /// <summary>There is no ViewData item of type '{0}' that has the key '{1}'.</summary>
        internal static string @HtmlHelper_MissingSelectData => GetResourceString("HtmlHelper_MissingSelectData");
        /// <summary>There is no ViewData item of type '{0}' that has the key '{1}'.</summary>
        internal static string FormatHtmlHelper_MissingSelectData(object p0, object p1)
           => string.Format(Culture, GetResourceString("HtmlHelper_MissingSelectData"), p0, p1);
 
        /// <summary>The parameter '{0}' must evaluate to an IEnumerable when multiple selection is allowed.</summary>
        internal static string @HtmlHelper_SelectExpressionNotEnumerable => GetResourceString("HtmlHelper_SelectExpressionNotEnumerable");
        /// <summary>The parameter '{0}' must evaluate to an IEnumerable when multiple selection is allowed.</summary>
        internal static string FormatHtmlHelper_SelectExpressionNotEnumerable(object p0)
           => string.Format(Culture, GetResourceString("HtmlHelper_SelectExpressionNotEnumerable"), p0);
 
        /// <summary>The type '{0}' is not supported. Type must be an {1} that does not have an associated {2}.</summary>
        internal static string @HtmlHelper_TypeNotSupported_ForGetEnumSelectList => GetResourceString("HtmlHelper_TypeNotSupported_ForGetEnumSelectList");
        /// <summary>The type '{0}' is not supported. Type must be an {1} that does not have an associated {2}.</summary>
        internal static string FormatHtmlHelper_TypeNotSupported_ForGetEnumSelectList(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("HtmlHelper_TypeNotSupported_ForGetEnumSelectList"), p0, p1, p2);
 
        /// <summary>The ViewData item that has the key '{0}' is of type '{1}' but must be of type '{2}'.</summary>
        internal static string @HtmlHelper_WrongSelectDataType => GetResourceString("HtmlHelper_WrongSelectDataType");
        /// <summary>The ViewData item that has the key '{0}' is of type '{1}' but must be of type '{2}'.</summary>
        internal static string FormatHtmlHelper_WrongSelectDataType(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("HtmlHelper_WrongSelectDataType"), p0, p1, p2);
 
        /// <summary>The '{0}' template was used with an object of type '{1}', which does not implement '{2}'.</summary>
        internal static string @Templates_TypeMustImplementIEnumerable => GetResourceString("Templates_TypeMustImplementIEnumerable");
        /// <summary>The '{0}' template was used with an object of type '{1}', which does not implement '{2}'.</summary>
        internal static string FormatTemplates_TypeMustImplementIEnumerable(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("Templates_TypeMustImplementIEnumerable"), p0, p1, p2);
 
        /// <summary>Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions.</summary>
        internal static string @TemplateHelpers_TemplateLimitations => GetResourceString("TemplateHelpers_TemplateLimitations");
        /// <summary>Unable to locate an appropriate template for type {0}.</summary>
        internal static string @TemplateHelpers_NoTemplate => GetResourceString("TemplateHelpers_NoTemplate");
        /// <summary>Unable to locate an appropriate template for type {0}.</summary>
        internal static string FormatTemplateHelpers_NoTemplate(object p0)
           => string.Format(Culture, GetResourceString("TemplateHelpers_NoTemplate"), p0);
 
        /// <summary>The model item passed is null, but this ViewDataDictionary instance requires a non-null model item of type '{0}'.</summary>
        internal static string @ViewData_ModelCannotBeNull => GetResourceString("ViewData_ModelCannotBeNull");
        /// <summary>The model item passed is null, but this ViewDataDictionary instance requires a non-null model item of type '{0}'.</summary>
        internal static string FormatViewData_ModelCannotBeNull(object p0)
           => string.Format(Culture, GetResourceString("ViewData_ModelCannotBeNull"), p0);
 
        /// <summary>The model item passed into the ViewDataDictionary is of type '{0}', but this ViewDataDictionary instance requires a model item of type '{1}'.</summary>
        internal static string @ViewData_WrongTModelType => GetResourceString("ViewData_WrongTModelType");
        /// <summary>The model item passed into the ViewDataDictionary is of type '{0}', but this ViewDataDictionary instance requires a model item of type '{1}'.</summary>
        internal static string FormatViewData_WrongTModelType(object p0, object p1)
           => string.Format(Culture, GetResourceString("ViewData_WrongTModelType"), p0, p1);
 
        /// <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>The view '{0}' was not found. The following locations were searched:{1}</summary>
        internal static string @ViewEngine_ViewNotFound => GetResourceString("ViewEngine_ViewNotFound");
        /// <summary>The view '{0}' was not found. The following locations were searched:{1}</summary>
        internal static string FormatViewEngine_ViewNotFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("ViewEngine_ViewNotFound"), p0, p1);
 
        /// <summary>The value must be greater than or equal to zero.</summary>
        internal static string @HtmlHelper_TextAreaParameterOutOfRange => GetResourceString("HtmlHelper_TextAreaParameterOutOfRange");
        /// <summary>Validation parameter names in unobtrusive client validation rules cannot be empty. Client rule type: {0}</summary>
        internal static string @UnobtrusiveJavascript_ValidationParameterCannotBeEmpty => GetResourceString("UnobtrusiveJavascript_ValidationParameterCannotBeEmpty");
        /// <summary>Validation parameter names in unobtrusive client validation rules cannot be empty. Client rule type: {0}</summary>
        internal static string FormatUnobtrusiveJavascript_ValidationParameterCannotBeEmpty(object p0)
           => string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationParameterCannotBeEmpty"), p0);
 
        /// <summary>Validation parameter names in unobtrusive client validation rules must start with a lowercase letter and consist of only lowercase letters or digits. Validation parameter name: {0}, client rule type: {1}</summary>
        internal static string @UnobtrusiveJavascript_ValidationParameterMustBeLegal => GetResourceString("UnobtrusiveJavascript_ValidationParameterMustBeLegal");
        /// <summary>Validation parameter names in unobtrusive client validation rules must start with a lowercase letter and consist of only lowercase letters or digits. Validation parameter name: {0}, client rule type: {1}</summary>
        internal static string FormatUnobtrusiveJavascript_ValidationParameterMustBeLegal(object p0, object p1)
           => string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationParameterMustBeLegal"), p0, p1);
 
        /// <summary>Validation type names in unobtrusive client validation rules cannot be empty. Client rule type: {0}</summary>
        internal static string @UnobtrusiveJavascript_ValidationTypeCannotBeEmpty => GetResourceString("UnobtrusiveJavascript_ValidationTypeCannotBeEmpty");
        /// <summary>Validation type names in unobtrusive client validation rules cannot be empty. Client rule type: {0}</summary>
        internal static string FormatUnobtrusiveJavascript_ValidationTypeCannotBeEmpty(object p0)
           => string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationTypeCannotBeEmpty"), p0);
 
        /// <summary>Validation type names in unobtrusive client validation rules must consist of only lowercase letters. Invalid name: "{0}", client rule type: {1}</summary>
        internal static string @UnobtrusiveJavascript_ValidationTypeMustBeLegal => GetResourceString("UnobtrusiveJavascript_ValidationTypeMustBeLegal");
        /// <summary>Validation type names in unobtrusive client validation rules must consist of only lowercase letters. Invalid name: "{0}", client rule type: {1}</summary>
        internal static string FormatUnobtrusiveJavascript_ValidationTypeMustBeLegal(object p0, object p1)
           => string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationTypeMustBeLegal"), p0, p1);
 
        /// <summary>Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: {0}</summary>
        internal static string @UnobtrusiveJavascript_ValidationTypeMustBeUnique => GetResourceString("UnobtrusiveJavascript_ValidationTypeMustBeUnique");
        /// <summary>Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: {0}</summary>
        internal static string FormatUnobtrusiveJavascript_ValidationTypeMustBeUnique(object p0)
           => string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationTypeMustBeUnique"), p0);
 
        /// <summary>Could not find a replacement for view expansion token '{0}'.</summary>
        internal static string @TemplatedViewLocationExpander_NoReplacementToken => GetResourceString("TemplatedViewLocationExpander_NoReplacementToken");
        /// <summary>Could not find a replacement for view expansion token '{0}'.</summary>
        internal static string FormatTemplatedViewLocationExpander_NoReplacementToken(object p0)
           => string.Format(Culture, GetResourceString("TemplatedViewLocationExpander_NoReplacementToken"), p0);
 
        /// <summary>{0} must be executed before {1} can be invoked.</summary>
        internal static string @TemplatedExpander_PopulateValuesMustBeInvokedFirst => GetResourceString("TemplatedExpander_PopulateValuesMustBeInvokedFirst");
        /// <summary>{0} must be executed before {1} can be invoked.</summary>
        internal static string FormatTemplatedExpander_PopulateValuesMustBeInvokedFirst(object p0, object p1)
           => string.Format(Culture, GetResourceString("TemplatedExpander_PopulateValuesMustBeInvokedFirst"), p0, p1);
 
        /// <summary>The result of value factory cannot be null.</summary>
        internal static string @TemplatedExpander_ValueFactoryCannotReturnNull => GetResourceString("TemplatedExpander_ValueFactoryCannotReturnNull");
        /// <summary>Type: '{0}' - Name: '{1}'</summary>
        internal static string @ViewComponent_AmbiguousTypeMatch_Item => GetResourceString("ViewComponent_AmbiguousTypeMatch_Item");
        /// <summary>Type: '{0}' - Name: '{1}'</summary>
        internal static string FormatViewComponent_AmbiguousTypeMatch_Item(object p0, object p1)
           => string.Format(Culture, GetResourceString("ViewComponent_AmbiguousTypeMatch_Item"), p0, p1);
 
        /// <summary>The property {0}.{1} could not be found.</summary>
        internal static string @Common_PropertyNotFound => GetResourceString("Common_PropertyNotFound");
        /// <summary>The property {0}.{1} could not be found.</summary>
        internal static string FormatCommon_PropertyNotFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("Common_PropertyNotFound"), p0, p1);
 
        /// <summary>No URL for remote validation could be found.</summary>
        internal static string @RemoteAttribute_NoUrlFound => GetResourceString("RemoteAttribute_NoUrlFound");
        /// <summary>'{0}' is invalid.</summary>
        internal static string @RemoteAttribute_RemoteValidationFailed => GetResourceString("RemoteAttribute_RemoteValidationFailed");
        /// <summary>'{0}' is invalid.</summary>
        internal static string FormatRemoteAttribute_RemoteValidationFailed(object p0)
           => string.Format(Culture, GetResourceString("RemoteAttribute_RemoteValidationFailed"), p0);
 
        /// <summary>The name of an HTML field cannot be null or empty. Instead use methods {0}.{1} or {2}.{3} with a non-empty {4} argument value.</summary>
        internal static string @HtmlGenerator_FieldNameCannotBeNullOrEmpty => GetResourceString("HtmlGenerator_FieldNameCannotBeNullOrEmpty");
        /// <summary>The name of an HTML field cannot be null or empty. Instead use methods {0}.{1} or {2}.{3} with a non-empty {4} argument value.</summary>
        internal static string FormatHtmlGenerator_FieldNameCannotBeNullOrEmpty(object p0, object p1, object p2, object p3, object p4)
           => string.Format(Culture, GetResourceString("HtmlGenerator_FieldNameCannotBeNullOrEmpty"), p0, p1, p2, p3, p4);
 
        /// <summary>Either the '{0}' or '{1}' property must be set in order to invoke a view component.</summary>
        internal static string @ViewComponentResult_NameOrTypeMustBeSet => GetResourceString("ViewComponentResult_NameOrTypeMustBeSet");
        /// <summary>Either the '{0}' or '{1}' property must be set in order to invoke a view component.</summary>
        internal static string FormatViewComponentResult_NameOrTypeMustBeSet(object p0, object p1)
           => string.Format(Culture, GetResourceString("ViewComponentResult_NameOrTypeMustBeSet"), p0, p1);
 
        /// <summary>The collection already contains an entry with key '{0}'.</summary>
        internal static string @Dictionary_DuplicateKey => GetResourceString("Dictionary_DuplicateKey");
        /// <summary>The collection already contains an entry with key '{0}'.</summary>
        internal static string FormatDictionary_DuplicateKey(object p0)
           => string.Format(Culture, GetResourceString("Dictionary_DuplicateKey"), p0);
 
        /// <summary>Method '{0}' of view component '{1}' cannot return a {2}.</summary>
        internal static string @ViewComponent_SyncMethod_CannotReturnTask => GetResourceString("ViewComponent_SyncMethod_CannotReturnTask");
        /// <summary>Method '{0}' of view component '{1}' cannot return a {2}.</summary>
        internal static string FormatViewComponent_SyncMethod_CannotReturnTask(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_CannotReturnTask"), p0, p1, p2);
 
        /// <summary>View component '{0}' must have exactly one public method named '{1}' or '{2}'.</summary>
        internal static string @ViewComponent_AmbiguousMethods => GetResourceString("ViewComponent_AmbiguousMethods");
        /// <summary>View component '{0}' must have exactly one public method named '{1}' or '{2}'.</summary>
        internal static string FormatViewComponent_AmbiguousMethods(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewComponent_AmbiguousMethods"), p0, p1, p2);
 
        /// <summary>The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type.</summary>
        internal static string @ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated => GetResourceString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated");
        /// <summary>The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type.</summary>
        internal static string FormatValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated(object p0, object p1)
           => string.Format(Culture, GetResourceString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated"), p0, p1);
 
        /// <summary>The {0} was unable to provide metadata for expression '{1}'.</summary>
        internal static string @CreateModelExpression_NullModelMetadata => GetResourceString("CreateModelExpression_NullModelMetadata");
        /// <summary>The {0} was unable to provide metadata for expression '{1}'.</summary>
        internal static string FormatCreateModelExpression_NullModelMetadata(object p0, object p1)
           => string.Format(Culture, GetResourceString("CreateModelExpression_NullModelMetadata"), p0, p1);
 
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to locate a view for rendering.</summary>
        internal static string @ViewEnginesAreRequired => GetResourceString("ViewEnginesAreRequired");
        /// <summary>'{0}.{1}' must not be empty. At least one '{2}' is required to locate a view for rendering.</summary>
        internal static string FormatViewEnginesAreRequired(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("ViewEnginesAreRequired"), p0, p1, p2);
 
        /// <summary>The '{0}.{1}' property with {2} is invalid. A property using {2} must have a public getter and setter.</summary>
        internal static string @TempDataProperties_PublicGetterSetter => GetResourceString("TempDataProperties_PublicGetterSetter");
        /// <summary>The '{0}.{1}' property with {2} is invalid. A property using {2} must have a public getter and setter.</summary>
        internal static string FormatTempDataProperties_PublicGetterSetter(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("TempDataProperties_PublicGetterSetter"), p0, p1, p2);
 
        /// <summary>TempData serializer '{0}' cannot serialize property '{1}.{2}' of type '{3}'.</summary>
        internal static string @TempDataProperties_InvalidType => GetResourceString("TempDataProperties_InvalidType");
        /// <summary>TempData serializer '{0}' cannot serialize property '{1}.{2}' of type '{3}'.</summary>
        internal static string FormatTempDataProperties_InvalidType(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("TempDataProperties_InvalidType"), p0, p1, p2, p3);
 
        /// <summary>Deserializing TempDataDictionary</summary>
        internal static string @DeserializingTempData => GetResourceString("DeserializingTempData");
        /// <summary>Serializing TempDataDictionary</summary>
        internal static string @SerializingTempData => GetResourceString("SerializingTempData");
        /// <summary>The '{0}' cannot serialize an object of type '{1}'.</summary>
        internal static string @TempData_CannotSerializeType => GetResourceString("TempData_CannotSerializeType");
        /// <summary>The '{0}' cannot serialize an object of type '{1}'.</summary>
        internal static string FormatTempData_CannotSerializeType(object p0, object p1)
           => string.Format(Culture, GetResourceString("TempData_CannotSerializeType"), p0, p1);
 
        /// <summary>Unsupported data type '{0}'.</summary>
        internal static string @TempData_CannotDeserializeType => GetResourceString("TempData_CannotDeserializeType");
        /// <summary>Unsupported data type '{0}'.</summary>
        internal static string FormatTempData_CannotDeserializeType(object p0)
           => string.Format(Culture, GetResourceString("TempData_CannotDeserializeType"), p0);
 
        /// <summary>Views implementing '{0}' are not supported.</summary>
        internal static string @AsyncDisposableViewsNotSupported => GetResourceString("AsyncDisposableViewsNotSupported");
        /// <summary>Views implementing '{0}' are not supported.</summary>
        internal static string FormatAsyncDisposableViewsNotSupported(object p0)
           => string.Format(Culture, GetResourceString("AsyncDisposableViewsNotSupported"), p0);
 
 
    }
}