webkit.form_submission_request

Module for [FormSubmissionRequest] class

Types 3

Represents a form submission request.

When a form is about to be submitted in a #WebKitWebView, the #WebKitWebView::submit-form signal is emitted. Its request argument contains information about the text fields of the form, that are typically used to store login information, returned as lists by webkit.form_submission_request.FormSubmissionRequest.listTextFields. You can submit the form with webkit.form_submission_request.FormSubmissionRequest.submit.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FormSubmissionRequest self() nothrowReturns `this`, for use in `with` statements.
FormSubmissionRequestGidBuilder builder() static nothrowGet builder for [webkit.form_submission_request.FormSubmissionRequest] Returns: New builder object
bool listTextFields(out string[] fieldNames, out string[] fieldValues) nothrowGet lists of the text fields contained in the form associated to request.
void submit() nothrowContinue the form submission.
Constructors
this(void * ptr, Flag!"Take" take)