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

objectSubmissionResult

Implements

IDisposable

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

Content

IsSuccess

Gets a value indicating whether this result is success.

public bool IsSuccess { get; }

Property Value

bool

ResponseMessage

Gets the message represented the result of the submitting data to the server.

public ResponseMessage ResponseMessage { get; }

Property Value

ResponseMessage

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

Document

The HTML document created based response message.