KrFormParser.Parse method

Parses the incoming request into a normalized form payload. Synchronous wrapper.

public static IKrFormPayload Parse(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