Add an additional cross-link (#27456)

pull/27462/head
Luke Latham 2022-11-01 08:42:17 -05:00 committed by GitHub
parent 821ea65d75
commit a8b2520594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -451,6 +451,8 @@ When implementing custom browser state storage, a useful approach is to adopt [c
* To consume state across many components.
* If there's just one top-level state object to persist.
For additional discussion and example approaches, see [Blazor: In-memory state container as cascading parameter (dotnet/AspNetCore.Docs #27296)](https://github.com/dotnet/AspNetCore.Docs/issues/27296).
<h2 id="in-memory-state-container-service-wasm">In-memory state container service</h2>
[!INCLUDE[](~/blazor/includes/state-container.md)]
@ -896,6 +898,8 @@ When implementing custom browser state storage, a useful approach is to adopt [c
* To consume state across many components.
* If there's just one top-level state object to persist.
For additional discussion and example approaches, see [Blazor: In-memory state container as cascading parameter (dotnet/AspNetCore.Docs #27296)](https://github.com/dotnet/AspNetCore.Docs/issues/27296).
<h2 id="in-memory-state-container-service-wasm">In-memory state container service</h2>
[!INCLUDE[](~/blazor/includes/state-container.md)]
@ -1356,6 +1360,8 @@ When implementing custom browser state storage, a useful approach is to adopt [c
* To consume state across many components.
* If there's just one top-level state object to persist.
For additional discussion and example approaches, see [Blazor: In-memory state container as cascading parameter (dotnet/AspNetCore.Docs #27296)](https://github.com/dotnet/AspNetCore.Docs/issues/27296).
<h2 id="in-memory-state-container-service-wasm">In-memory state container service</h2>
[!INCLUDE[](~/blazor/includes/state-container.md)]