Form.method

Sets the http method.

  1. HttpMethod method [@property getter]
  2. HttpMethod method [@property setter]
    class Form
    final @property
    static if(isWeb)
    void
    method
    (
    HttpMethod method
    )
  3. string method [@property getter]
  4. string method [@property setter]

Meta