4 references to RenderSectionAsync
Microsoft.AspNetCore.Identity.UI (2)
Generated\1\0\_Layout_cshtml.g_2.cs (1)
555
Write(await
RenderSectionAsync
("Scripts", required: false)
Generated\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\0\_Layout_cshtml.g.cs (1)
552
Write(await
RenderSectionAsync
("Scripts", required: false)
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPage.cs (2)
51
/// <see cref="RenderSection(string)"/> or <see cref="
RenderSectionAsync
(string, bool)"/>.
128
return
RenderSectionAsync
(name, required: true);