摘要:
参考文档:https://blog.csdn.net/sD7O95O/article/details/124007107 安装nuget包 Install-Package NETCore.MailKit -Version 2.0.3 配置 配置 appsetting.json 我使用的是qq邮箱 " 阅读全文
摘要:
官方文档:https://learn.microsoft.com/zh-cn/aspnet/core/fundamentals/static-files?view=aspnetcore-8.0&viewFallbackFrom=aspnetcore-2.2 wwwroot中的文件,可以在Startu 阅读全文
摘要:
在Startup类里面先配置ConfigureServices方法 #region 跨域访问 string[] coreslink = Configuration.GetSection("AppSetting:Cores").Value.Split(','); //services.AddCors( 阅读全文