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