Skip to content

[Blazor] Cascading Parameter that transfers across render boundaries #51969

@javiercn

Description

@javiercn

This is a common point of confusion for customers, so we could add a new SerializableCascadingValue component or similar that is able to flow across component boundaries.

With the requirement that the value needs to be JSON serializable and that you won't (probably) get updates (it's a 1-time thing, but maybe we can update via enhanced navigations).

The internal component we use for the render boundary can capture the serializable value providers in the hierarchy, serialize those, and expose them once it begins rendering interactively.

Metadata

Metadata

Assignees

Labels

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

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions