Blazor: JavaScript Interop

preview_player
Показать описание
Blazor can't do everything, but JavaScript can. Here's how to call one from the other - in either direction.

Topics include:
- Blazor WebAssembly
- WASM
- C# to JavaScript interop
- JavaScript to C# interop
- Handling events in Blazor
- Switching CSS styles
Рекомендации по теме
Комментарии
Автор

Want to know more about Blazor, or prefer something else? Leave a comment and let me know.

And if you liked the video, don't forget to click the 👍.

CodingTutorialsAreGo
Автор

Amazing video full of great tips! Could you please tell me where the best place is to store my css and js links when I'm using a Razor library that has shared components for my Blazor Server and Maui web assy?

billymartin
Автор

Thank you so much for the video. I learned a lot from it. <3 <3 I think this is building up rendering Blazor components in angular :D

SharafMansour
Автор

In my case it only works if the C# function is static. How did you make it work?

eduardopassero
Автор

Tutorials for Blazor Wasm security with single sign on similar to Duende IdentityServer but something free.

alecmatias
Автор

C# and Js should have been complete friends

samsonmayeem