我将这个字符串添加到SwaggerConfig.cs
c.CustomAsset("index", thisAssembly, "Table.Web.CustomContent.index.html");
Run Code Online (Sandbox Code Playgroud)
...比我运行应用程序,转到swagger文档并收到错误:
发生了错误。找不到嵌入式资源 - Table.Web.CustomContent.index.html Swashbuckle.SwaggerUi.AssetNotFound
index.html的构建操作属性设置为嵌入资源
我应该做什么来修复它?