本文介绍了链接到wwwroot中的HTML站点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个ASP.NET项目,其内容也包含在wwwroot中。我需要链接到那里的wwwroot / docs / index.html文件。



如果我正在运行 [ []看不到任何内容。



如何链接?



我尝试了什么:



[]

I have a ASP.NET project which also have content inside wwwroot. I need to link to a wwwroot/docs/index.html file there.

If i'm running https://localhost:5001[^] i'm coming to the Home/Index.cshtml page.

If i'm running https://localhost:5001/wwwroot/docs/index.html[^] nothing is visible.

How can i link?

What I have tried:

https://localhost:5001/wwwroot/docs/index.html[^]

推荐答案



这篇关于链接到wwwroot中的HTML站点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 07:01