10 references to 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
();