mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-09 03:07:13 +00:00
convert images to avif
This commit is contained in:
parent
8026e1465b
commit
b74f634cd2
53 changed files with 17 additions and 17 deletions
|
@ -23,7 +23,7 @@ When a middleware short-circuits, it's called a *terminal middleware* because it
|
|||
|
||||
The ASP.NET Core request pipeline consists of a sequence of request delegates, called one after the other.
|
||||
|
||||

|
||||

|
||||
|
||||
Each delegate can perform operations before and after the next delegate. Exception-handling delegates should be called early in the pipeline, so they can catch exceptions that occur in later stages of the pipeline. It's possible to chain multiple request delegates together with `Use`.
|
||||
|
||||
|
@ -62,8 +62,8 @@ app.Run(async context =>
|
|||
|
||||
## Middleware Order
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
The Endpoint middleware executes the filter pipeline for the corresponding app type.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue