KrFormOptions.OnCompleted property

Gets or sets the hook invoked after parsing completes.

public Func<KrFormContext, ValueTask<object?>>? OnCompleted { get; set; }

See Also