We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loads the HTML document from the specified string. then after document.DocumentNode.InnerHtml; The source code has changed In the title tag section
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><google></title> </head> <body> </body> </html>
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><google></google></title> </head> <body> </body> </html>
<title><google></google></title>
tks very much
The text was updated successfully, but these errors were encountered:
Thank you for reporting.
We will check if that's possible to parse tag inside a tag.
Normally a title doesn't contain any tag, it should be <google>
<google>
Best Regards,
Jonathan
Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
context.BulkInsert(list, options => options.BatchSize = 1000);
Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval Function • SQL Eval Function
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
Sorry, something went wrong.
hello but i need this like style
<google>
thanks i find other way.....do it
Hello @AtlantisDe ,
The v1.11.8 has been released.
Let me know if that is now working as you expect.
Hello @AtlantisDe , The v1.11.8 has been released. Let me know if that is now working as you expect.
Thank you very much....
JonathanMagnan
No branches or pull requests
Description
Loads the HTML document from the specified string.
then after document.DocumentNode.InnerHtml;
The source code has changed
In the title tag section
before
after
Was changed
pls help me
The text was updated successfully, but these errors were encountered: