src\f37f1e773e0ba562\Microsoft.AspNetCore.Mvc.Razor.Extensions.RazorExtensionsResources.cs (13)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
52=> string.Format(Culture, GetResourceString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword"), p0);
58=> string.Format(Culture, GetResourceString("MvcRazorCodeParser_InjectDirectivePropertyNameRequired"), p0);
64=> string.Format(Culture, GetResourceString("MvcRazorCodeParser_KeywordMustBeFollowedByTypeName"), p0);
70=> string.Format(Culture, GetResourceString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed"), p0);
76=> string.Format(Culture, GetResourceString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2);
82=> string.Format(Culture, GetResourceString("PageDirectiveCannotBeImported"), p0, p1);
88=> string.Format(Culture, GetResourceString("PageDirectiveMustExistAtTheTopOfFile"), p0);
100=> string.Format(Culture, GetResourceString("ViewComponent_AmbiguousMethods"), p0, p1, p2);
106=> string.Format(Culture, GetResourceString("ViewComponent_AsyncMethod_ShouldReturnTask"), p0, p1, p2);
112=> string.Format(Culture, GetResourceString("ViewComponent_CannotFindMethod"), p0, p1, p2);
118=> string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_CannotReturnTask"), p0, p1, p2);
124=> string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_ShouldReturnValue"), p0, p1);