HtmlUtilGetHtmlElementTextOnly Method
Return only the text of provided HTML rlement.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string GetHtmlElementTextOnly(
HtmlNodeItem node
)
Public Shared Function GetHtmlElementTextOnly (
node As HtmlNodeItem
) As String
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node for which the node will be rendered.
String
The HTML content of just the opening element.