摘要:
由于MAUI Blazor和原生的MAUI不一样,MAUI Blazor是嵌套webview实现的,页面是Razor组件组成;我们在申请设备权限的适合,必须向webview申请权限; # 1.修改AndroidManifest.xml 修改Platforms\Android\AndroidManif 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApp4{ //声明委托 public d 阅读全文
摘要:
123 <Authorized> <ReuseTabs Draggable Size="TabSize.Small" /> </Authorized> <NotAuthorized> @{ NavigationManager.NavigateTo("/"); } </NotAuthorized> 阅读全文
摘要:
利用特性SugarColumn,将IsIgnore设置为True即可! [SugarColumn(IsIgnore = true)] public string Token { get; set; } 阅读全文