Skip to content

Provide a mechanism for rendering Blazor pages statically even when the app is set up for interactive rendering #51046

Closed
@danroth27

Description

@danroth27

We provide a way to opt into interactivity on a per page or component level. When interactivity is enabled globally, there should similarly be a way to opt out of interactivity so that architectural choices made for one part of your app don't limit your choices in other parts of your app. For example, you might have an app that is setup to use interactive WebAssembly rendering globally, but you want to add a page that only renders statically from the server.

Metadata

Metadata

Labels

Pillar: Complete Blazor WebPriority:1Work that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing one

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions