简体   繁体   English

Swashbuckle 中的默认 Swagger UI URL 是什么?

[英]What is the default Swagger UI URL in Swashbuckle?

I am investigating a web app and I can see the API URL via the dev-tools (network calls), but I do not know the Swagger UI URL for this API. I am investigating a web app and I can see the API URL via the dev-tools (network calls), but I do not know the Swagger UI URL for this API. It is probably a C# API.它可能是 C# API。 What is the default Swagger UI URL?默认的 Swagger UI URL 是什么?

UPDATE:更新:

It is specifically Swashbuckle.它特别是 Swashbuckle。

Use http://hostipaddress:6050/ swagger使用 http://hostipaddress:6050/ swagger

This will automatically redirect you to这将自动将您重定向到
http://hostipaddress:6050/ swagger /index.html http://hostipaddress:6050/ swagger /index.html

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将身份验证添加到/ swagger / ui / index页面 - Swagger | Web API | Swashbuckle - Add Authentication to /swagger/ui/index page - Swagger | Web API | Swashbuckle 在 swagger-swashbuckle UI 中仅显示选定的控制器 - Show only selected controllers in swagger-swashbuckle UI 我可以配置Swagger UI以使用Swashbuckle接受并清空数组吗? - Can I configure Swagger UI to accept and empty array using Swashbuckle? 迁移到 Swashbuckle.AspNetCore 版本 5 时,Swagger UI 中的不记名身份验证 - Bearer authentication in Swagger UI, when migrating to Swashbuckle.AspNetCore version 5 日期时间空模型架构显示 swashbuckle + swagger ui - Date Time null model schema display swashbuckle + swagger ui Swashbuckle Swagger UI:如何从xml注释中的参数中删除必需的 - Swashbuckle Swagger UI: How to remove required from parameters in xml commenting swagger/swashbuckle 列表的 Ui 字段<keyvaluepair<string,string> &gt; </keyvaluepair<string,string> - swagger/swashbuckle Ui fields for List<KeyValuePair<string,string>> 如何解决 generics 的 Swashbuckle/Swagger -UI model 命名问题? - How to resolve Swashbuckle/Swagger -UI model naming issue for generics? 在 Web API 控制器操作上为 swashbuckle/swagger 添加默认值 - Add default values for swashbuckle/swagger on a Web API controller action WebApi Swagger (Swashbuckle) - 通过代理连接时无法访问 Swagger UI - WebApi Swagger (Swashbuckle) - can't access Swagger UI when connecting through proxy
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM