HTML Tags
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
With all this emphesis on .NET and the internet. Why is there not class in the new .NET Framework to parse HTML tags?
-
With all this emphesis on .NET and the internet. Why is there not class in the new .NET Framework to parse HTML tags?
well, if you use xhtml, you can just use the built in xml namespace. otherwise, you could use com interop to talk to ie.