18 references to GetChildContentAsync
Microsoft.AspNetCore.Mvc.Razor.Test (3)
RazorPageTest.cs (3)
298
outputLevel1.Content = await outputLevel1.
GetChildContentAsync
();
346
outputLevel2.Content = await outputLevel2.
GetChildContentAsync
();
362
outputLevel1.Content = await outputLevel1.
GetChildContentAsync
();
Microsoft.AspNetCore.Mvc.TagHelpers (10)
Cache\DistributedCacheTagHelperService.cs (2)
90
var processedContent = await output.
GetChildContentAsync
();
134
content = await output.
GetChildContentAsync
();
CacheTagHelper.cs (2)
82
content = await output.
GetChildContentAsync
();
206
var content = await output.
GetChildContentAsync
();
DistributedCacheTagHelper.cs (1)
67
content = await output.
GetChildContentAsync
();
LabelTagHelper.cs (1)
72
var childContent = await output.
GetChildContentAsync
();
OptionTagHelper.cs (1)
110
childContent = await output.
GetChildContentAsync
();
RenderAtEndOfFormTagHelper.cs (1)
49
await output.
GetChildContentAsync
();
ScriptTagHelper.cs (1)
252
var childContent = await output.
GetChildContentAsync
();
ValidationMessageTagHelper.cs (1)
76
var tagHelperContent = await output.
GetChildContentAsync
();
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
CacheTagHelperTest.cs (1)
835
return await output.
GetChildContentAsync
();
RenderAtEndOfFormTagHelperTest.cs (1)
143
await output.
GetChildContentAsync
();
Microsoft.AspNetCore.Razor.Runtime.Test (1)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (1)
136
await output.
GetChildContentAsync
();
Microsoft.AspNetCore.Razor.Test (2)
TagHelpers\TagHelperOutputTest.cs (2)
50
var getChildContent = await output.
GetChildContentAsync
();
80
var result = await output.
GetChildContentAsync
();