摘要:
我的解决方案是:设置特定method允许所有请求源访问,具体看业务需求 第一步:starup文件下ConfigureServices中增加如下配置 第二步:在需要允许跨域的函数头部增加 [EnableCors("any")]标记 总结:在ConfigureServices注入policy后,在具体的 阅读全文
摘要:
首先贴上微软的文档:https://docs.microsoft.com/en-us/aspnet/core/fundamentals/static-files 参考网址:http://www.cnblogs.com/wangrudong003/p/7592689.html#3877063 代码: 阅读全文