您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

25 行
823 B

  1. @using System.Net.Http
  2. @using System.Net.Http.Json
  3. @using BlazorPages.Tools
  4. @using Microsoft.AspNetCore.Components.Forms
  5. @using Microsoft.AspNetCore.Components.Routing
  6. @using Microsoft.AspNetCore.Components.Web
  7. @using Microsoft.AspNetCore.Components.Web.Virtualization
  8. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  9. @using Microsoft.JSInterop
  10. @using AbrBlazorTools
  11. @using CurrieTechnologies.Razor.SweetAlert2
  12. @using ApiUtils
  13. @using BlazorPages.Shared
  14. @using BootStrapComponents
  15. @using Newtonsoft.Json
  16. @inject Blazored.LocalStorage.ILocalStorageService LocalStorage
  17. @inject NavigationManager NavManager;
  18. @inject IJSRuntime JSRuntime
  19. @inject ISwalUtils SwalUtils
  20. @inject IBrowserTools BrowserTools
  21. @inject IUserUtils _userUtils
  22. @inject SweetAlertService _sweetAlertService
  23. @inject ILoadingSpinner LoadingSpinner