C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / GetInnerHTML Method
Specified elements ID.

In This Topic
GetInnerHTML Method
In This Topic
Gets InnerHTML of the specified or body element.
Syntax
'Declaration
 
Public Function GetInnerHTML( _
   Optional ByVal elementID As System.String _
) As System.String
 

Parameters

elementID
Specified elements ID.

Return Value

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