10 references to RenderSectionAsync
Microsoft.AspNetCore.Mvc.Razor.Test (10)
RazorPageTest.cs (7)
593await v.RenderSectionAsync("header"); 594await v.RenderSectionAsync("header"); 618await v.RenderSectionAsync("header"); 641await v.RenderSectionAsync("header"); 741p.Write(await p.RenderSectionAsync("not-ignored-section")); 797v.Write(await v.RenderSectionAsync("async-header")); 799v.Write(await v.RenderSectionAsync("async-footer"));
RazorViewTest.cs (3)
779await v.RenderSectionAsync("foo"); 847await v.RenderSectionAsync("sectionA"); 911await v.RenderSectionAsync("foo");