[Blazor] Add caching attributes when prerendering interactive components #11445
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Milestone
When prerendering blazor server-side applications, we should add no-cache no-store must-revalidate and pragma no-cache to avoid the response being cached an the wrong circuit id being sent on the second response.
I didn't actually ran into this (I thought I did) but this is a good idea to do.
The text was updated successfully, but these errors were encountered: