10 references to GetChildContentAsync
Microsoft.AspNetCore.Mvc.TagHelpers (10)
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();
ScriptTagHelper.cs (1)
252var childContent = await output.GetChildContentAsync();
ValidationMessageTagHelper.cs (1)
76var tagHelperContent = await output.GetChildContentAsync();