Class SubmissionResult
Class SubmissionResult
Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML.dll (25.2.0)
This class represents the result of the submitting form data to the server.
[ComVisible(true)]
public class SubmissionResult : IDisposable
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Content
Gets the content of the response message.
public Content Content { get; }
Property Value
IsSuccess
Gets a value indicating whether this result is success.
public bool IsSuccess { get; }
Property Value
ResponseMessage
Gets the message represented the result of the submitting data to the server.
public ResponseMessage ResponseMessage { get; }
Property Value
Methods
Dispose()
Releases unmanaged and managed resources.
public void Dispose()
LoadDocument()
This method loads the new document based on response message.
public Document LoadDocument()
Returns
The HTML document created based response message.