Use the WebBrowser in an ActionResult MVC

0

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.

    
asked by anonymous 11.05.2018 / 02:18

0 answers