Skip to content Skip to sidebar Skip to footer
Showing posts with the label Blazor

Could Not Find Property Of Window When Doing Js Interop With Blazor

Hello i am trying to call a method from a js file from Blazor. My file structure is like this: -ro… Read more Could Not Find Property Of Window When Doing Js Interop With Blazor

Blazor Two-way Bind Not Detected When Is Updated From Js

I have a simple two-way binded component: ... @functions { private string MyVar { get; set; } … Read more Blazor Two-way Bind Not Detected When Is Updated From Js