摘要:
參考文檔: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(
閱讀全文