3 writes to Content
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewService.cs (3)
95
Content
= cacheView.ChildContent,
270
state.
Content
= cachedContent;
312
state.
Content
= DeserializeCachedContent(cachedPayload) ?? cacheView.ChildContent;
1 reference to Content
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheView.cs (1)
131
var content = RenderState?.
Content
?? ChildContent;