'Declaration Public Function GetInnerHTML( _ Optional ByVal elementID As System.String _ ) As System.String
public System.string GetInnerHTML( System.string elementID )
Parameters
- elementID
- Specified elements ID.
Return Value
If elementID is specified, returns its innerHTML, otherwise returns the innerHTML of the body element.