formAction property

String? formAction
finalinherited

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;