KrFormParser.ParseAsync method

Parses the incoming request into a normalized form payload.

public static Task<IKrFormPayload> ParseAsync(HttpContext context, KrFormOptions options, 
    CancellationToken cancellationToken)
parameter description
context The HTTP context.
options The form parsing options.
cancellationToken The cancellation token.

Return Value

The parsed payload.

See Also