Skip to content

Commit d24356d

Browse files
authored
Add remarks on standalone WASM (dotnet#32164)
1 parent 0353d39 commit d24356d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aspnetcore/blazor/components/render-modes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ uid: blazor/components/render-modes
1818

1919
This article explains control of Razor component rendering in Blazor Web Apps, either at compile time or runtime.
2020

21-
> [!NOTE]
22-
> This guidance doesn't apply to standalone Blazor WebAssembly apps.
21+
This guidance doesn't apply to standalone Blazor WebAssembly apps. Blazor WebAssembly apps only render on the client via a client-side WebAssembly-based runtime and have no concept of a *render mode*. If a render mode is applied to a component in a Blazor WebAssembly app, the render mode designation has no influence on rendering the component.
2322

2423
## Render modes
2524

0 commit comments

Comments
 (0)