15 references to GetChildContentAsync
Microsoft.AspNetCore.Razor.Runtime (2)
Runtime\TagHelpers\TagHelperExecutionContext.cs (2)
67
Output = new TagHelperOutput(tagName, new TagHelperAttributeList(),
GetChildContentAsync
)
79
/// Indicates if <see cref="
GetChildContentAsync
"/> has been called.
Microsoft.AspNetCore.Razor.Runtime.Test (13)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (13)
56
async () => await executionContext.
GetChildContentAsync
(useCachedResult: false, encoder: null));
285
var actualContent = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: encoder);
307
await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: encoder);
333
var content1 = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: encoder);
334
var content2 = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: encoder);
360
var content1 = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: null);
361
var content2 = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: encoder);
390
var content1 = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: firstEncoder);
391
var content2 = await executionContext.
GetChildContentAsync
(useCachedResult: true, encoder: encoder);
417
await executionContext.
GetChildContentAsync
(useCachedResult: false, encoder: encoder);
418
await executionContext.
GetChildContentAsync
(useCachedResult: false, encoder: encoder);
440
var content1 = await executionContext.
GetChildContentAsync
(useCachedResult, encoder: null);
441
var content2 = await executionContext.
GetChildContentAsync
(useCachedResult, encoder: null);