formAction property

String? formAction
final

The URL that processes the information submitted by the button. Overrides the action attribute of the button's form owner. Does nothing if there is no form owner.

Implementation

final String? formAction;