[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.GetInnerHTMLAsync

GetInnerHTMLAsync Method

GetInnerHTMLAsync(string)

Gets InnerHTML of the specified or body element asynchronously.

Declaration
public Task<string> GetInnerHTMLAsync(string elementID = null)
Parameters
Type Name Description
string elementID

Specified elements ID.

Returns
Type Description
Task<string>

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