...

/

Event Handling in Razor Components

Event Handling in Razor Components

Learn event handling in Razor components.

Anyone familiar with front-end web development would be familiar with document object model (DOM) events, such as click, change, copy, paste, etc. Blazor supports all these events, but instead of calling a JavaScript function when such an event gets triggered, Blazor will trigger a C# method.

Access this course and 1400+ top-rated courses and projects.