Skip to content

Commit 6483c56

Browse files
authored
H2-->H3 (#35453)
1 parent 5b625fe commit 6483c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/release-notes/aspnetcore-10/includes/doc-provider-in-di.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Support for IOpenApiDocumentProvider in the DI container.
1+
### Support for IOpenApiDocumentProvider in the DI container.
22

33
ASP.NET Core in .NET 10 supports [IOpenApiDocumentProvider](https://source.dot.net/#Microsoft.AspNetCore.OpenApi/Services/IOpenApiDocumentProvider.cs) in the dependency injection (DI) container. Developers can inject `IOpenApiDocumentProvider` into their apps and use it to access the OpenAPI document. This approach is useful for accessing OpenAPI documents outside the context of HTTP requests, such as in background services or custom middleware.
44

0 commit comments

Comments
 (0)