Update aspnetcore-7.0.md
fix For more information, see [Problem details service](xref:web-api/handle-errors#pds7).pull/27828/head
parent
1dda3d9849
commit
2a035cde44
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue