KrFormEndpoints.KrFormHandler delegate
Represents a delegate that handles a parsed form context.
public delegate Task KrFormHandler(KrFormContext context);
| parameter | description |
|---|---|
| context | The form context. |
Return Value
A task representing the asynchronous operation.
See Also
- record KrFormContext
- class KrFormEndpoints
- namespace Kestrun.Forms