Silverlight 4 OOB application access HTML DOM of the page in WebBrowser control

Posted by Mike Weerasinghe on Stack Overflow See other posts from Stack Overflow or by Mike Weerasinghe
Published on 2010-04-20T18:10:05Z Indexed on 2010/04/20 18:13 UTC
Read the original article Hit count: 925

Does anybody know if it is possible to access and manipulate an element in the html page that is rendered by the Silverlight 4 WebBrowser control.

The scenario is like this. The user launches a Silverlight OOB application with elevated trust. The user manipulates some data in the application but must submit part of the data to an external web site. If I open the external site in a WebBrowser control, is there any way I can assist the user by pre filling some information in the external sites' web form via programmatic access to the DOM?

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about oob