3 references to ChildContent
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheView.cs (1)
131
var content = RenderState?.Content ??
ChildContent
;
CacheView\CacheViewService.cs (2)
91
Content = cacheView.
ChildContent
,
308
state.Content = DeserializeCachedContent(cachedPayload) ?? cacheView.
ChildContent
;