'Declaration Public Function GetInnerHTMLAsync( _ Optional ByVal elementID As System.String _ ) As System.Threading.Tasks.Task(Of String)
public System.Threading.Tasks.Task<string> GetInnerHTMLAsync( 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.