i have the following html
Code:
<div class="sideInfo"> <a class="getLink" href="info"> <span class="wrap">NEW</span> </a> <img class="nation" src="img/xyz.png" alt="NEW"> </div>
Code:
var Value = GET.DocumentNode.SelectSingleNode("//a[@class='getLink']").Attributes["href"].Value;
ERROR LOG :
Object reference not set to an instance of an object.






