method property

FormMethod? method
final

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;