Error CS1061 ‘IJSRuntime’ does not contain a definition for ‘Current’.

Error CS1061 ‘IJSRuntime’ does not contain a definition for ‘Current’ and no accessible extension method ‘Current’ accepting a first argument of type ‘IJSRuntime’ could be found (are you missing a using directive or an assembly reference?) Solution In ASP.NET Core 3.0.0-preview3, the Microsoft.Interop.JSRuntime.Current has been removed. Reference link: https://github.com/aspnet/AspNetCore/issues/8117

How do you send an HTTP DELETE request using HttpClient in Blazor?

An HTTP Delete request can be sent to delete a resource from the API server using the DeleteAsync () method provided by the HttpClient class. Razor Web API Reference link: https://medium.freecodecamp.org/how-to-create-an-application-using-blazor-and-entity-framework-core-1c1679d87c7e