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
- class KestrunRequest
- namespace Kestrun.Models
Gets the form data for the request as a dictionary of key-value pairs, if present.
public Dictionary<string, string>? Form { get; set; }