-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcfundamentals/subsvc
Description
Description
Can I still use Swagger UI to expose interactive documentation using the generated JSON file? How do I accomplish it?
app.UseSwaggerUI(c =>
{
c.SwaggerEndpoint($"How to specify this value?", "AspNetCoreWebApi V9.0");
});
Page URL
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/openapi/overview.md
Document ID
d8ac1ac3-8b34-6886-bca4-740514f94229
Platform Id
fc9e39cd-d174-e15e-47f9-bedd1b2be2cd
Article author
Metadata
- ID: d8ac1ac3-8b34-6886-bca4-740514f94229
- PlatformId: fc9e39cd-d174-e15e-47f9-bedd1b2be2cd
- Service: aspnet-core
- Sub-service: fundamentals
Metadata
Metadata
Assignees
Labels
Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcfundamentals/subsvc