I want to get the contents of this script
<script language="javascript">
//some content
</script>
How to do it using HTMLAgilityPack?
Did you try?
doc.DocumentNode.Descendants("script")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With