ContentReadAsString Method |
Serialize the HTTP content and return a string that represents the content.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string ReadAsString()
Public Function ReadAsString As String
public:
String^ ReadAsString()
member ReadAsString : unit -> string
Return Value
Type:
StringSerialized string that represents the content
See Also