Hello, I'm using System.Windows.Forms.WebBrowser to fetch an HTML form because I need the value of some inputs of this form:
InmyActionResultIcalltheExecuteWebBrowsermethod:
TheproblemisthatsometimesallforminputsareloadedandhaveinputCollection.Counttimesthathavedifferentvaluesforeachcall.
IfIrunthismethodinConsoleApplicationsitworksperfectly:
I would like to know if there is a solution or if I should use anything other than WebBrowser.
Thank you.