3 writes to Content
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewService.cs (3)
91
Content
= cacheView.ChildContent,
266
state.
Content
= cachedContent;
308
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;