I'm using HtmlAgilityPack and I want to get the inner text between two specific tags, for example:
<a name="a"></a>Sample Text<br>
I want to get the innertext between and
tags: Sample Text
How can I do it?
TIA...
|
I'm using HtmlAgilityPack and I want to get the inner text between two specific tags, for example:
I want to get the innertext between and How can I do it? TIA...
| |||
|
feedback
|
|
Once you have reached the anchor you could use the
| |||
|
feedback
|