KestrunRequest.Form property

Gets the form data for the request as a dictionary of key-value pairs, if present.

public Dictionary<string, string>? Form { get; set; }

See Also