ASP NET Web Pages Razor
From our Blazor components, we can execute both client-side interactive code and make asynchronous server calls to run server-side dependencies. In general, code modifying HTML elements will run on the client, while code that accesses server dependencies will run on…