method property

String? method
getter/setter pair

Possible values: "REDIRECT": Indicates the link should be used to redirect the client "POST": Indicates the link should be used to make a POST request "GET": Indicates the link should be used to make a GET request

Implementation

String? method;