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