当前位置:网站首页>.net core 访问不常见的静态文件类型(MIME 类型)
.net core 访问不常见的静态文件类型(MIME 类型)
2022-07-07 02:49:00 【平山CP3】
背景:需要在.net core网站中访问后缀为properties的文件,发现直接访问404,请教了同事后,发现需要配置一下.net core的支持访问静态文件的类型,记录一下
var provider = new FileExtensionContentTypeProvider();
// Add new mappings,将properties文件映射为text/html
provider.Mappings[".properties"] = "text/html";
app.UseStaticFiles(new StaticFileOptions
{
ContentTypeProvider = provider
});
官方文档关于静态文件相关配置:
边栏推荐
- What books can greatly improve programming ideas and abilities?
- 隐马尔科夫模型(HMM)学习笔记
- Learning notes | data Xiaobai uses dataease to make a large data screen
- 请问 flinksql对接cdc时 如何实现计算某个字段update前后的差异 ?
- Performance comparison between Ceres solver and g2o
- 【解决】Final app status- UNDEFINED, exitCode- 16
- 多个kubernetes集群如何实现共享同一个存储
- Data of all class a scenic spots in China in 2022 (13604)
- 带你刷(牛客网)C语言百题(第一天)
- A program lets you understand what static inner classes, local inner classes, and anonymous inner classes are
猜你喜欢
Config分布式配置中心
What books can greatly improve programming ideas and abilities?
[start from scratch] detailed process of deploying yolov5 in win10 system (CPU, no GPU)
Overview of FlexRay communication protocol
FPGA课程:JESD204B的应用场景(干货分享)
JWT的基础介绍
地质学类比较有名的外文期刊有哪些?
数据资产管理与数据安全国内外最新趋势
2022年全国所有A级景区数据(13604条)
POI export to excel: set font, color, row height adaptation, column width adaptation, lock cells, merge cells
随机推荐
ViewModelProvider.of 过时方法解决
Stack and queue-p79-9
ESXI挂载移动(机械)硬盘详细教程
带你刷(牛客网)C语言百题(第一天)
Stack and queue-p78-8 [2011 unified examination true question]
JWT certification
Cloudcompare point pair selection
学习笔记|数据小白使用DataEase制作数据大屏
Answer to the first stage of the assignment of "information security management and evaluation" of the higher vocational group of the 2018 Jiangsu Vocational College skills competition
服装门店如何盈利?
sqlserver多线程查询问题
The difference between string constants and string objects when allocating memory
Performance comparison between Ceres solver and g2o
Go straight to the 2022ecdc fluorite cloud Developer Conference: work with thousands of industries to accelerate intelligent upgrading
7天零基础能考证HCIA吗?华为认证系统学习路线分享
MySQL (x)
MySQL卸载文档-Windows版
怎样查找某个外文期刊的文献?
Apache ab 压力测试
DHCP路由器工作原理