查找 Swagger UI 网页的视图

Finding View for Swagger UI web page

我创建了一个新的 WEB API 项目,集成了 Swashbuckle 和 Swagger UI。

我可以通过 http://localhost:port/swagger/ui/index#/

访问 Swagger 网页

但是,此页面的 view/index.html/index.cshtml 在哪里? 我是MVC的新手,请帮助。

swagger-uiswashbuckle 程序集提供服务。该源在您的项目中不可用。但是,您可以从 github and inject it in swashbuckle as described in the swashbuckle documentation

检索源