There is a Page, I want to get it's body for reading input areas, and changing their values by GetAttribute and SetAttribute in C#. This is no problem to do it but,
There is nothing returns (I mean empty string), when I call the body via:
webBrowser1.Document.Body.InnerText
or,
webBrowser1.Document.Body.InnerHtml
That's why I can't acces any input field. I see The Web Page in webbrowser component, But Neither InnerText nor InnerHtml return. It's a saved Bank weppage running on local.
So How can I read body, for running SetAttribute or GetAttribute or InvokeMember something else?