Skip to content

TaylorShi/HelloFileProvider

Repository files navigation

什么是文件提供程序

ASP.NET Core通过文件提供程序来抽象化文件系统访问。在ASP.NET Core框架中使用文件提供程序。例如:

  • IWebHostEnvironment将应用的内容根目录和Web根目录作为IFileProvider类型公开。
  • 静态文件中间件使用文件提供程序来查找静态文件。
  • Razor使用文件提供程序来查找页面和视图。
  • .NET Core工具使用文件提供程序和glob模式来指定应该发布哪些文件。

相关文章

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published