ElementNode::getInnerHtml

The getInnerHtml() method retrieves the inner HTML of the element. This allows you to access the content inside the element as a raw HTML string.

Description

public ElementNode::getInnerHtml(): string

Parameters

None

Return Value

Returns a string containing the inner HTML of the element.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!