@using Microsoft.AspNetCore.Hosting @using Microsoft.AspNetCore.Mvc.ViewEngines @using Microsoft.AspNetCore.Components.Web @namespace WebDoorCreator.UI.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @inject IWebHostEnvironment Environment @inject ICompositeViewEngine Engine @ViewData["Title"] - WebDoorCreator.UI
An error has occurred. This application may no longer respond until reloaded. An unhandled exception has occurred. See browser dev tools for details. Reload 🗙
@RenderBody()
@*Gestione autoriconnessione: https://github.com/dotnet/aspnetcore/issues/38305 (vedere anche https://docs.microsoft.com/it-it/aspnet/core/blazor/fundamentals/signalr?view=aspnetcore-6.0#modify-the-reconnection-handler-blazor-server)*@ @await RenderSectionAsync("Scripts", required: false)