随笔分类 -  ASP.NET Core

摘要:btw,githubusercontent被DNS污染,国内无法正常访问 解决方法:修改hosts文件,添加以下内容 199.232.28.133 raw.githubusercontent.com 阅读全文
posted @ 2020-02-13 00:41 BrainK_1400 阅读(215) 评论(0) 推荐(1)
摘要:官方文档地址:>>>https://docs.microsoft.com/en-us/aspnet/core/fundamentals/tools/dotnet-aspnet-codegenerator?view=aspnetcore-3.1 版本: dotnet core 3.1 PS:需要安装n 阅读全文
posted @ 2020-01-22 22:41 BrainK_1400 阅读(317) 评论(0) 推荐(0)
摘要:AddMvcCore() method only adds the core MVC services. AddMvc() method adds all the required MVC services. AddMvc() method calls AddMvcCore() method int 阅读全文
posted @ 2019-08-07 18:15 BrainK_1400 阅读(2194) 评论(0) 推荐(0)
摘要:测试页面foo.html 在Startup.cs内使用middleware 代码如下: 或者: 运行结果: Static Files in ASP.NET Core By default an ASP.NET Core application will not serve static files; 阅读全文
posted @ 2019-08-06 20:49 BrainK_1400 阅读(8456) 评论(0) 推荐(0)