skip to Main Content

Using JS in Blazor – Asp.net

Currently, I'm assessing viability of Blazor for our projects and I want to better understand JavaScript's role in a Blazor project. Microsoft documentation states the following: Only mutate the Document Object Model (DOM) with JavaScript (JS) when the object doesn't…

VIEW QUESTION

How to do a health check on a POST url in ASP.NET/blazor

I am trying to implement health checks in my blazor application. To do so, I have used the Microsoft.AspNetCore.Diagnostics.HealthChecks package among others. Below you can see sql and url health checks. startup.cs //using AjuaBlazorServerApp.Data; using HealthChecks.UI.Client; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Components;…

VIEW QUESTION
Back To Top
Search