Looking for a simple means in .NET to parse an html file to get back all values within <u></u>
tags.
Ex: <U>105F</U>
There may be many of these in the file with other tags but all I need is to loop through and get back a list of all the values so they cna then be processed.
Looking for a light small way to handle this.