Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Is there an HtmlDocument object I could use

I am trying to extract text values form a Razor file and have resoted to text processing. What a pain!

Can I create an HtmlDocument like I do with XmlDocument then use function calls to extract the values, similar to XPath?

Curious,
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Jesse Houwing
Jesse Houwing
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks.