学习009-05 Test the Web API with Swagger or Postman(使用Swagger或Postman测试Web API)

汤姆•猫 2024-09-09 16:33:01 阅读 71

Test the Web API with Swagger or Postman(使用Swagger或Postman测试Web API)

Use the Swagger UI to Test the Web API(使用Swagger UI测试Web API)

If your solution includes a Web API project, right-click the project in the Solution Explorer and choose Debug | Start new instance to run the Web API project. A browser displays the page with the available endpoints.

如果您的解决方案包含Web API项目,请在解决方案资源管理器中右键单击该项目并选择调试|启动新实例以运行Web API项目。浏览器会显示包含可用端点的页面。

If your solution includes a startup Blazor Server project that contains the Web API, run the application. Add /swagger to the application address (for example, https://localhost:44318/swagger ) and press Enter to display a page with available endpoints.

如果您的解决方案包含包含Web API的启动Blazor Server项目,请运行应用程序。将 /swagger添加到应用程序地



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。