Skip to content

Commit 8906497

Browse files
committed
Move endpoint filter to Minimal API folder
1 parent f3d27b2 commit 8906497

File tree

14 files changed

+19
-18
lines changed

14 files changed

+19
-18
lines changed

projects/.net7/README.MD

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,6 @@ Samples in this section require .NET 7. You can download it from [here](https://
2626

2727
This sample demonstrates the usage of `IFormFileCollection` to upload multiple files in Minimal API.
2828

29-
## Endpoint Filter
30-
31-
* [Endpoint Filter - 1](endpoint-filter-1)
32-
33-
This sample shows how to apply an Endpoint filter to your minimal API.
34-
35-
* [Endpoint Filter - 2](endpoint-filter-2)
36-
37-
This sample shows how to apply multiple Endpoint filters to your minimal APIs.
38-
39-
* [Endpoint Filter - 3](endpoint-filter-3)
40-
41-
This examples shows the sequence of code execution before `RouteHandlerFilterDelegate ` and after `RouteHandlerFilterDelegate` in multiple endpoint filters.
42-
43-
* [Endpoint Filter - 4](endpoint-filter-4)
44-
45-
Use `IStatusCodeHttpResult` to detect return result in filter.
4629

4730
## Route Group
4831

projects/minimal-api/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,22 @@ In these examples we are using the familiar `Host.CreateDefaultBuilder(args)` ho
114114

115115
* [Cross site antiforgery](anti-forgery-3)
116116

117-
This shows how to implement cross site antiforgery (e.g. the API is located in a different domain).
117+
This shows how to implement cross site antiforgery (e.g. the API is located in a different domain).
118+
119+
## Endpoint Filter
120+
121+
* [Endpoint Filter - 1](endpoint-filter-1)
122+
123+
This sample shows how to apply an Endpoint filter to your minimal API.
124+
125+
* [Endpoint Filter - 2](endpoint-filter-2)
126+
127+
This sample shows how to apply multiple Endpoint filters to your minimal APIs.
128+
129+
* [Endpoint Filter - 3](endpoint-filter-3)
130+
131+
This examples shows the sequence of code execution before `RouteHandlerFilterDelegate ` and after `RouteHandlerFilterDelegate` in multiple endpoint filters.
132+
133+
* [Endpoint Filter - 4](endpoint-filter-4)
134+
135+
Use `IStatusCodeHttpResult` to detect return result in filter.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)