EditableDocumentGetBodyContent Method |
Returns a body of the HTML document (content between opening and closing BODY tags without these tags) as a string.
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.1.1.0
Syntaxpublic string GetBodyContent()
Public Function GetBodyContent As String
public:
String^ GetBodyContent()
member GetBodyContent : unit -> string
Return Value
Type:
StringString, which contains the body of the HTML document
Remarks
WYSIWYG editors operate with the body of the document and cannot correctly process its meta information from the HEAD block.
This method is designed for such cases. This overload doesn't allow to adjust URIs for external resource requests.
See Also