获取文本文件的哑剧
我正在使用某人为 C# 粘贴的一段代码,该代码使用 urlmon.dll。 它读取 <= 256 字节并根据数据返回 mime。
问题是它无法区分 css 文件和文本/纯文本。 我可以转到 /style.css 但将其包含在我的 html 中时 CSS 不会显示。 我正在使用 urlmon + context.Response.TransmitFile 发送它。
I am using a piece of code someone pasted for C# which uses urlmon.dll. It reads in <= 256bytes and returns the mime based on the data.
Problem is it cant distinguishes a css file from a text/plain. I can goto /style.css but when including it in my html the CSS does not show up. I am using urlmon + context.Response.TransmitFile to send it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,我不确定我完全理解你的问题,但如果你想对主列表进行某种查找,你可以查看 IIS Metabase
Hmm, I am not sure I completely understand your question, but if you want to do some sort of look up against a master list you can look at the IIS Metabase