FormMethod

enum FormMethod : Enum<FormMethod> , DomAttribute

Form methods.

Entries

POST
Link copied to clipboard
js
POST("post")
GET
Link copied to clipboard
js
GET("get")

Properties

attributeName
Link copied to clipboard
js
open override val attributeName: String
attributeValue
Link copied to clipboard
js
open override val attributeValue: String
name
Link copied to clipboard
js
val name: String
ordinal
Link copied to clipboard
js
val ordinal: Int