KrFormOptions.OnCompleted property
Gets or sets the hook invoked after parsing completes.
public Func<KrFormContext, ValueTask<object?>>? OnCompleted { get; set; }
See Also
- record KrFormContext
- class KrFormOptions
- namespace Kestrun.Forms
Gets or sets the hook invoked after parsing completes.
public Func<KrFormContext, ValueTask<object?>>? OnCompleted { get; set; }