KestrunHostMapExtensions.KestrunHandler delegate
Represents a delegate that handles a Kestrun request with the provided context.
public delegate Task KestrunHandler(KestrunContext Context);
parameter | description |
---|---|
Context | The context for the Kestrun request. |
Return Value
A task representing the asynchronous operation.
See Also
- record KestrunContext
- class KestrunHostMapExtensions
- namespace Kestrun.Hosting