关于[INotifyPropertyChanged behavior in Blazor Components]的摘要:
By design, when you build a server-side Blazor app, and you pass parameters to a component when those parameters change inside the component the changes are not reflected in the host. With a little hack, we can make that happen. It’s INotifyPropertyChanged all over again!This gem came from my online...
原文地址: http://www.appvnext.com/blog/2019/11/28/inotifypropertychanged-behavior-in-blazor-components