Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Interesting, but what if I need to return a value to Blazor ? I can't find a solution for such scenario (At least no easy one). Commented Jul 31, 2020 at 21:05
  • 1
    There's the reverse of the coin too using in Blazor a static method with the JSInvokeable attribute around it. For more info check here. Commented Aug 1, 2020 at 7:51
  • 1
    Thanks brother, this has helped me with my project. Commented May 23, 2021 at 23:49