HtmlUtilGetHtmlCommentText Method
Return the text of the provided HTML comment-formatted string.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string GetHtmlCommentText(
string htmlComment
)
Public Shared Function GetHtmlCommentText (
htmlComment As String
) As String
No code example is currently available or this language may not be supported.
- htmlComment String
-
HTML comment-formatted string with the syntax <!-- Content -->
String
The text contents of the provided comment string.