add: WebApplication控制服务

This commit is contained in:
2024-01-20 12:26:30 +08:00
parent cc3e7f1e4b
commit 71b4549ce4
6 changed files with 123 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
@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 static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop