EditableDocumentGetContent Method |
Returns overall content of the HTML document as a string.
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic string GetContent()
Public Function GetContent As String
public:
String^ GetContent()
member GetContent : unit -> string
Return Value
Type:
StringString, which contains the content of the HTML document
See Also