50 references to GetResourceString
Microsoft.AspNetCore.Mvc.Razor (50)
artifacts\obj\Microsoft.AspNetCore.Mvc.Razor\Release\net10.0\Microsoft.AspNetCore.Mvc.Razor.Resources.cs (50)
19var value = GetResourceString(resourceKey); 31internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty"); 33internal static string @CompilationFailed => GetResourceString("CompilationFailed"); 35internal static string @FlushPointCannotBeInvoked => GetResourceString("FlushPointCannotBeInvoked"); 38=> string.Format(Culture, GetResourceString("FlushPointCannotBeInvoked"), p0); 41internal static string @LayoutCannotBeLocated => GetResourceString("LayoutCannotBeLocated"); 44=> string.Format(Culture, GetResourceString("LayoutCannotBeLocated"), p0, p1); 47internal static string @LayoutCannotBeRendered => GetResourceString("LayoutCannotBeRendered"); 50=> string.Format(Culture, GetResourceString("LayoutCannotBeRendered"), p0, p1); 53internal static string @RazorPage_ThereIsNoActiveWritingScopeToEnd => GetResourceString("RazorPage_ThereIsNoActiveWritingScopeToEnd"); 55internal static string @RazorPage_CannotFlushWhileInAWritingScope => GetResourceString("RazorPage_CannotFlushWhileInAWritingScope"); 58=> string.Format(Culture, GetResourceString("RazorPage_CannotFlushWhileInAWritingScope"), p0, p1); 61internal static string @RazorPage_MethodCannotBeCalled => GetResourceString("RazorPage_MethodCannotBeCalled"); 64=> string.Format(Culture, GetResourceString("RazorPage_MethodCannotBeCalled"), p0, p1); 67internal static string @RenderBodyNotCalled => GetResourceString("RenderBodyNotCalled"); 70=> string.Format(Culture, GetResourceString("RenderBodyNotCalled"), p0, p1, p2); 73internal static string @SectionAlreadyDefined => GetResourceString("SectionAlreadyDefined"); 76=> string.Format(Culture, GetResourceString("SectionAlreadyDefined"), p0); 79internal static string @SectionAlreadyRendered => GetResourceString("SectionAlreadyRendered"); 82=> string.Format(Culture, GetResourceString("SectionAlreadyRendered"), p0, p1, p2); 85internal static string @SectionNotDefined => GetResourceString("SectionNotDefined"); 88=> string.Format(Culture, GetResourceString("SectionNotDefined"), p0, p1, p2); 91internal static string @SectionsNotRendered => GetResourceString("SectionsNotRendered"); 94=> string.Format(Culture, GetResourceString("SectionsNotRendered"), p0, p1, p2); 97internal static string @ViewContextMustBeSet => GetResourceString("ViewContextMustBeSet"); 100=> string.Format(Culture, GetResourceString("ViewContextMustBeSet"), p0, p1); 103internal static string @GeneratedCodeFileName => GetResourceString("GeneratedCodeFileName"); 105internal static string @RazorPage_InvalidTagHelperIndexerAssignment => GetResourceString("RazorPage_InvalidTagHelperIndexerAssignment"); 108=> string.Format(Culture, GetResourceString("RazorPage_InvalidTagHelperIndexerAssignment"), p0, p1, p2); 111internal static string @CouldNotResolveApplicationRelativeUrl_TagHelper => GetResourceString("CouldNotResolveApplicationRelativeUrl_TagHelper"); 114=> string.Format(Culture, GetResourceString("CouldNotResolveApplicationRelativeUrl_TagHelper"), p0, p1, p2, p3, p4, p5); 117internal static string @LayoutHasCircularReference => GetResourceString("LayoutHasCircularReference"); 120=> string.Format(Culture, GetResourceString("LayoutHasCircularReference"), p0, p1); 123internal static string @Compilation_MissingReferences => GetResourceString("Compilation_MissingReferences"); 126=> string.Format(Culture, GetResourceString("Compilation_MissingReferences"), p0); 129internal static string @ViewLocationFormatsIsRequired => GetResourceString("ViewLocationFormatsIsRequired"); 132=> string.Format(Culture, GetResourceString("ViewLocationFormatsIsRequired"), p0); 135internal static string @RazorPage_NestingAttributeWritingScopesNotSupported => GetResourceString("RazorPage_NestingAttributeWritingScopesNotSupported"); 137internal static string @FileProvidersAreRequired => GetResourceString("FileProvidersAreRequired"); 140=> string.Format(Culture, GetResourceString("FileProvidersAreRequired"), p0, p1, p2); 143internal static string @RazorProject_PathMustStartWithForwardSlash => GetResourceString("RazorProject_PathMustStartWithForwardSlash"); 145internal static string @PropertyMustBeSet => GetResourceString("PropertyMustBeSet"); 148=> string.Format(Culture, GetResourceString("PropertyMustBeSet"), p0, p1); 151internal static string @RazorViewCompiler_ViewPathsDifferOnlyInCase => GetResourceString("RazorViewCompiler_ViewPathsDifferOnlyInCase"); 153internal static string @UnsupportedDebugInformationFormat => GetResourceString("UnsupportedDebugInformationFormat"); 156=> string.Format(Culture, GetResourceString("UnsupportedDebugInformationFormat"), p0); 159internal static string @CompiledViewDescriptor_NoData => GetResourceString("CompiledViewDescriptor_NoData"); 162=> string.Format(Culture, GetResourceString("CompiledViewDescriptor_NoData"), p0, p1); 165internal static string @AsyncDisposableViewsNotSupported => GetResourceString("AsyncDisposableViewsNotSupported"); 168=> string.Format(Culture, GetResourceString("AsyncDisposableViewsNotSupported"), p0);