Update aspnetcore-7.0.md

fix For more information, see [Problem details service](xref:web-api/handle-errors#pds7).
pull/27828/head
Rick Anderson 2022-12-03 12:06:25 -10:00 committed by GitHub
parent 1dda3d9849
commit 2a035cde44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ The [`[AsParameters]` attribute](xref:Microsoft.AspNetCore.Http.AsParametersAttr
The problem details service implements the <xref:Microsoft.AspNetCore.Http.IProblemDetailsService> interface, which supports creating [Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc7807.html).
For more information, see [Problem details service](xref:web-api/handle-errors##pds7)
For more information, see [Problem details service](xref:web-api/handle-errors#pds7).
### Route groups