I am sending an email newsletter using a HTML template file in a WebBrowser and elements with ID as a placeholder for a variable strings to inject. Using htmlelement.innertext I add some text like Fred and it appears in the WebBrowser control as I expected. However when I evaluate the browsers .DocumentText the string Fred does not exist. Same if I opt to View Source. How do I make it stick?
↧