KrFormContext record

Represents the form parsing context for a request.

public record KrFormContext

Public Members

name description
KrFormContext(…) Initializes a new instance of the KrFormContext class.
Host { get; } Gets the associated Kestrun host.
HttpContext { get; } Gets the underlying HTTP context.
KestrunContext { get; } Gets the associated Kestrun context.
Logger { get; } Gets the logger associated with the host.
Options { get; } Gets the form parsing options.
Payload { get; } Gets the parsed payload.

See Also