I have added HTML2XHTML
as a nuget package to my project.
However I get "command not found" exception when I try to use
using Corsis.Xhtml;
//input is an html string
var xhtml = Html2Xhtml.RunAsFilter(stdin => stdin.Write(input)).ReadToEnd();
Can anyone please help me to fix this.
I know it's not on the subject but this is related and may solve your problem.
Try this please :
Now we are going to use the package installed.
Input is string html format, and the return will be doc XmlDocument format. Your frame=all from html will become frame="all".
I can do whatever you like with the proper formatted XmlDocument doc, make it Xhtml if that's whant you wanted.