-
Two questions... 1/ Does minimal API automatically dispose of
2/ In MVC I use the following
What's the exact representation of this in minimal API or have I managed to replicate this exactly in 1/ above? Minimal API does not have |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Mar 2, 2024
Replies: 1 comment 2 replies
-
There’s an overload of stream that gives you a callback Func<Stream, Task> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cirrusone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There’s an overload of stream that gives you a callback Func<Stream, Task>