Skip to content

Commit 9a9d45e

Browse files
authored
Version out example for 8.0 (#35514)
1 parent c9dabc0 commit 9a9d45e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

aspnetcore/blazor/fundamentals/startup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,10 @@ In a component that adopts Interactive WebAssembly rendering, wrap the component
676676
}
677677
```
678678

679+
:::moniker-end
680+
681+
:::moniker range=">= aspnetcore-9.0"
682+
679683
#### Global Interactive WebAssembly rendering with prerendering
680684

681685
*This scenario applies to global Interactive WebAssembly rendering with prerendering (`@rendermode="InteractiveWebAssembly"` on the `HeadOutlet` and `Routes` components in the `App` component).*
@@ -722,6 +726,10 @@ In `Layout/MainLayout.razor`:
722726
+ </ContentLoading>
723727
```
724728

729+
:::moniker-end
730+
731+
:::moniker range=">= aspnetcore-8.0"
732+
725733
#### Global Interactive WebAssembly rendering without prerendering
726734

727735
*This scenario applies to global Interactive WebAssembly rendering without prerendering (`@rendermode="new InteractiveWebAssemblyRenderMode(prerender: false)"` on the `HeadOutlet` and `Routes` components in the `App` component).*

0 commit comments

Comments
 (0)