Skip to content

Commit 557f2df

Browse files
authored
[Blazor] webassembly-lazy-load-assemblies - code (#34241)
1 parent 2ce9879 commit 557f2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/webassembly-lazy-load-assemblies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Blazor's <xref:Microsoft.AspNetCore.Components.Routing.Router> component designa
7171
Logic is implemented inside <xref:Microsoft.AspNetCore.Components.Routing.Router.OnNavigateAsync> to determine the assemblies to load with <xref:Microsoft.AspNetCore.Components.WebAssembly.Services.LazyAssemblyLoader>. Options for how to structure the logic include:
7272

7373
* Conditional checks inside the <xref:Microsoft.AspNetCore.Components.Routing.Router.OnNavigateAsync> method.
74-
* A lookup table that maps routes to assembly names, either injected into the component or implemented within the [`@code`](xref:mvc/views/razor#code) block.
74+
* A lookup table that maps routes to assembly names, either injected into the component or implemented within the component's code.
7575

7676
In the following example:
7777

0 commit comments

Comments
 (0)