[ADD] Blazor WASM test, new ASP authentication project

This commit is contained in:
max
2024-12-01 01:34:25 +01:00
parent a3be0d9648
commit eb277e0937
21 changed files with 593 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using Blazor.Wasm
@using Blazor.Wasm.Layout