Skip to content

InteractiveAuto behavior needs more details regarding when it's using WebAssembly. #31228

@ghost

Description

Description

The article says:

The .NET runtime and app bundle are downloaded to the client in the background and cached so that they can be used on future visits.

Which I interpret as once the client is fully downloaded the Auto will use WebAssembly from there on.

Examples

  • Reloading an Auto page will run it as WebAssembly as expected
  • Navigating back and forth between an Auto and WebAssembly page will render the Auto page in WebAssembly
  • Navigating to an (Interactive)Server page and then to an Auto page will not launch the WebAssembly but instead run the Auto page as (Interactive)Server.

Thus "future visits" need to be clarified that it depends on how the visitor navigates and not only whether the runtime and app is fully downloaded.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#automatic-auto-rendering

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/components/render-modes.md

Document ID

7c9948a3-9886-8097-6014-492a4c21ea4e

Article author

@guardrex

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions