3 references to GetChildContentAsync
Microsoft.AspNetCore.Razor.Test (1)
TagHelpers\TagHelperOutputTest.cs (1)
122var result = await output.GetChildContentAsync(encoder);
TagHelpersWebSite (2)
TagHelpers\CustomEncoderTagHelper.cs (1)
17var customContent = await output.GetChildContentAsync(encoder);
TagHelpers\NullEncoderTagHelper.cs (1)
15var nullContent = await output.GetChildContentAsync(NullHtmlEncoder.Default);