SubmissionResult class

SubmissionResult class

This class represents the result of the submitting form data to the server.

The SubmissionResult type exposes the following members:

Properties

PropertyDescription
response_messageGets the message represented the result of the submitting data to the server.
contentGets the content of the response message.
is_successGets a value indicating whether this result is success.

Methods

MethodDescription
load_documentThis method loads the new document based on response message.

See Also