Add link to filters doc (#27525)

pull/27524/head
Tom Dykstra 2022-11-07 13:46:20 -08:00 committed by GitHub
parent c58e616518
commit 6b8d3efd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ Here's an example of a filter that uses one of these interfaces:
:::code language="csharp" source="~/fundamentals/minimal-apis/7.0-samples/HttpResultInterfaces/Program.cs" id="snippet_filter":::
For more information, see [Filters in Minimal API apps](xref:fundamentals/minimal-apis/min-api-filters).
## Customizing responses
Applications can control responses by implementing a custom <xref:Microsoft.AspNetCore.Http.IResult> type. The following code is an example of an HTML result type: