ResponseMessageIsSuccess Property
Gets a value indicating whether this message is success.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool IsSuccess { get; }

Property Value

Type: Boolean
true if this instance is success; otherwise, false.
See Also