File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ app.MapGet("/books", (BookService service) =>
7676
7777### Available methods
7878
79- These methods are available in sync and async variants:
79+ <details >
80+ <summary >**Click here** to show all available methods</summary >
8081
8182| Method | Short Description |
8283| ---------------------------------------| ------------------------------------------------------------------------------|
@@ -106,6 +107,9 @@ These methods are available in sync and async variants:
106107| ` .ToFileStreamHttpResult<Stream,E>() ` | Returns ` FileStreamHttpResult ` or custom error |
107108| ` .ToContentHttpResult<string>() ` | Returns ` ContentHttpResult ` or ` ProblemHttpResult ` |
108109| ` .ToContentHttpResult<string,E>() ` | Returns ` ContentHttpResult ` or custom error |
110+ </details >
111+
112+ All methods are available in sync and async variants.
109113
110114### Default mapping
111115
You can’t perform that action at this time.
0 commit comments