[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.GetInnerHTML

GetInnerHTML Method

GetInnerHTML(string)

Gets InnerHTML of the specified or body element.

Declaration
[Obsolete("This method is deprecated, please, use GetInnerHTMLAsync instead.")]
public string GetInnerHTML(string elementID = null)
Parameters
Type Name Description
string elementID

Specified elements ID.

Returns
Type Description
string

If elementID is specified, returns its innerHTML, otherwise returns the innerHTML of the body element.