I want to get the contents of this script
<script language="javascript">
//some content
</script>
How to do it using HTMLAgilityPack?
I want to get the contents of this script
<script language="javascript">
//some content
</script>
How to do it using HTMLAgilityPack?