我正在尝试制作一个控制台应用程序来公开 JSON 服务。此外,我想托管 html 和 js 页面来使用它们。我将 *.md(甚至 *.htm)文件放入 Views 文件夹,但我无法访问它们。
如果我添加一个路由“.Add(”/Test")”(其中 MyMarkdownView : MarkdownViewBase),我什至会得到一个“KeyNotFoundException The given key is not present in the dictionary”。例外。
通常是否有可能,或者我应该自己提供服务(类似于https://github.com/jimschubert/blogs/blob/master/2012-07-15/RazorExample/Main.cs)来托管它们?