❔ How to achieve databinding with render fragments? If at all possible
I know components are a little more suited for this, but this is something I really want to be able to do.
I want to be able to use this on a page but as a renderfragment.
Currently only Test3 "works". It appears as if the references to the
str
in Test1 and Test2 are lost. It would be best if I could put the <input/>
directly in the RenderFragment and just bind the value to it but I had to create a component to show that it works with ValueChanged3 Replies
Maybe passing a string into
bind=" "
isn't correct. Is there such thing a like a Property<string>
? Something with a getter and a setter that could be passed in.ASP.NET Core Blazor performance best practices
Tips for increasing performance in ASP.NET Core Blazor apps and avoiding common performance problems.
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.