SubmissionResult Class

SubmissionResult class

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

public class SubmissionResult : IDisposable

Properties

NameDescription
Content { get; }Gets the content of the response message.
IsSuccess { get; }Gets a value indicating whether this result is success.
ResponseMessage { get; }Gets the message represented the result of the submitting data to the server.

Methods

NameDescription
Dispose()Releases unmanaged and managed resources.
LoadDocument()This method loads the new document based on response message.

See Also