SubmissionResult Class
This class represents the result of the submitting form data to the server.
Inheritance Hierarchy
SystemObject
  Aspose.Html.FormsSubmissionResult

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class SubmissionResult : IDisposable

The SubmissionResult type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets the content of the response message.
Public propertyIsSuccess
Gets a value indicating whether this result is success.
Public propertyResponseMessage
Gets the message represented the result of the submitting data to the server.
Methods
  NameDescription
Public methodDispose
Releases unmanaged and managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoadDocument
This method loads the new document based on response message.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also