Cascading Parameter is null with SSR /interactive Server #59109
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
question
Status: Resolved
Is there an existing issue for this?
Describe the bug
Seems to be a 9 issue
<CascadingValue Name="Hannes" Value="11"> <Routes /> </CascadingValue>
Set home.razor to
@rendermode InteractiveServer
[CascadingParameter (Name="Hannes")] public int hannes { get; set; }
Parameter @hannes is 0
Expected Behavior
should be 11
Steps To Reproduce
https://github.com/hannespreishuber/cascadingtestcase
Exceptions (if any)
No response
.NET Version
9
Anything else?
No response
The text was updated successfully, but these errors were encountered: