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
If you use System.Windows.Forms.WebBrowser instance you should set _responseUri to System.Windows.Forms.WebBrowser.Url in one code line after
System.Windows.Forms.WebBrowser
_responseUri
System.Windows.Forms.WebBrowser.Url
html-agility-pack/src/HtmlAgilityPack.Shared/HtmlWeb.cs
Line 2544 in a884b1d
The text was updated successfully, but these errors were encountered:
Hello @VBWebprofi ,
Thank you for reporting,
We will look at it.
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.
The v1.11.4 has been released.
Could you try it and let me know if everything is now working as expected?
JonathanMagnan
No branches or pull requests
If you use
System.Windows.Forms.WebBrowser
instance you should set_responseUri
toSystem.Windows.Forms.WebBrowser.Url
in one code line afterhtml-agility-pack/src/HtmlAgilityPack.Shared/HtmlWeb.cs
Line 2544 in a884b1d
The text was updated successfully, but these errors were encountered: