Form

Wrapper around a form.

Constructors

this
this()

Creates a new form.

Members

Properties

action
string action [@property getter]

Gets the action.

action
string action [@property setter]

Sets the action.

method
HttpMethod method [@property setter]

Sets the http method.

method
string method [@property getter]

Gets the http method.

method
HttpMethod method [@property getter]

Gets the http method.

method
string method [@property setter]

Sets the http method.

mimeType
string mimeType [@property getter]

Gets the mime-type.

mimeType
string mimeType [@property setter]

Sets the mime-type.

Meta