method property
The HTTP method to submit the form with.
This value is overridden by formmethod attributes on <button>, <input type="submit">, or <input type="image"> elements.
Implementation
final FormMethod? method;
The HTTP method to submit the form with.
This value is overridden by formmethod attributes on <button>, <input type="submit">, or <input type="image"> elements.
final FormMethod? method;