FetcherSubmitOptions
Submit options available to fetchers
Inheritors
Properties
Link copied to clipboard
The encoding used to submit the form. Overrides <form encType>
. Defaults to "application/x-www-form-urlencoded".
Link copied to clipboard
The HTTP method used to submit the form. Overrides <form method>
. Defaults to "GET".
Link copied to clipboard
In browser-based environments, prevent resetting scroll after this navigation when using the
Link copied to clipboard
Determines whether the form action is relative to the route hierarchy or the pathname. Use this if you want to opt out of navigating the route hierarchy and want to instead route based on /-delimited URL segments