I want to use a WebBrowser-Control within a WebForm-App. It should load a local Webpage which includes several JS and Images. Is it possible to replace placeholderstrings within the JS before the page gets loaded? So something like that: get HTML->replace strings via string.replace(..,..)->load the new HTML into the control.
Thanks a lot!