Is there any way that I can change the content of iframe from a cached html string? I am not talking about iframe.Attribute["src"] = "url", but rather given a string of html and change the content.
An ugly workaround might be saving the html into a file and change iframe src to it. Any other ways? Maybe javascript can help?