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