I want get content value in a comment line string:
Thanks for help.
HTML Code:
<!-- <meta itemprop="contentURL" content="http://**.com/za6dc7.mp4" />-->
Code:
Dim node As HtmlAgilityPack.HtmlNode = doc.DocumentNode.SelectSingleNode("//meta[@item='contentURL']")
TextBox1.Text += node.GetAttributeValue("content", String.Empty)