Skip to content

Blazor 11.0 P2 coverage#36832

Open
guardrex wants to merge 6 commits intomainfrom
guardrex/blazor-tempdata
Open

Blazor 11.0 P2 coverage#36832
guardrex wants to merge 6 commits intomainfrom
guardrex/blazor-tempdata

Conversation

@guardrex
Copy link
Collaborator

@guardrex guardrex commented Mar 4, 2026

Fixes #36831
Addresses #36448
Addresses #36825


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/state-management/server.md aspnetcore/blazor/state-management/server

@guardrex guardrex self-assigned this Mar 4, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates ASP.NET Core Blazor .NET 11 (Preview 2) documentation to cover new TempData support for static SSR, and surfaces the feature in the .NET 11 release notes.

Changes:

  • Add new TempData guidance for static server-side rendering (static SSR) in the Blazor server-side state management article (monikered for >= 11.0).
  • Add a corresponding “TempData for static SSR” entry to the Blazor section of the .NET 11 release notes include.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
aspnetcore/release-notes/aspnetcore-11/includes/blazor.md Adds a release-notes bullet/section describing TempData support for static SSR and how to access it via cascading parameter.
aspnetcore/blazor/state-management/server.md Adds a new monikered section documenting TempData providers/options and examples for static SSR scenarios.

Copy link

@dariatiurina dariatiurina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than note about changing from CookieTempDataProvider to SessionStorageTempDataProvider, everything looks great!

@guardrex
Copy link
Collaborator Author

guardrex commented Mar 5, 2026

@dariatiurina ... The changes are a little confusing, so it's best if you review the whole PR again and provide line-by-line suggested changes.

@dariatiurina
Copy link

@guardrex I have reread it and have no notes. Thank you for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TempData support for Blazor

3 participants