C # HTML class library?

I am looking for a class library or namespace that quite fully represents HTML 4.0 or HTML 4.01 . Does anyone know something like this? System.Web.UI looked promising at a glance, but I don’t see what I’m looking for there.

+3
source share
2 answers

there are many things you can learn on codeplex

as

HTML Flexibility Pack

System.html

+1
source

Maybe you should take a look at

HTML Agility Pack

+6
source

Source: https://habr.com/ru/post/1772882/


All Articles