KestrunHost.GetFormOption method
Gets the form parsing option for the specified name.
public KrFormOptions? GetFormOption(string name)
| parameter | description |
|---|---|
| name | The name of the form option. |
Return Value
The form options if found; otherwise, null.
See Also
- class KrFormOptions
- class KestrunHost
- namespace Kestrun.Hosting