Skip to content
New issue

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

HtmlWeb.LoadFromBrowser don't sets ResponseUri #295

Closed
VBWebprofi opened this issue Apr 28, 2019 · 2 comments
Closed

HtmlWeb.LoadFromBrowser don't sets ResponseUri #295

VBWebprofi opened this issue Apr 28, 2019 · 2 comments
Assignees

Comments

@VBWebprofi
Copy link

If you use System.Windows.Forms.WebBrowser instance you should set _responseUri to System.Windows.Forms.WebBrowser.Url in one code line after

var documentText = WebBrowserOuterHtml(webBrowser);
.

@JonathanMagnan JonathanMagnan self-assigned this Apr 29, 2019
@JonathanMagnan
Copy link
Member

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 ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval FunctionSQL Eval Function

@JonathanMagnan
Copy link
Member

Hello @VBWebprofi ,

The v1.11.4 has been released.

Could you try it and let me know if everything is now working as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants