I have a xamhtmlViewer inside one of my silverlight controls. Is there a way to interact with the content of the htmlViewer from silverlight? i.e. call Javascript functions, etc.
Hello biggle10,
This is just a follow up on the thread if you have any questions on setting the SourceUri property or if you require any further assistance on the xamHtmlViewer control.
Let me know if you have any questions with this matter. Thank you.
For the xamHtmlViewer you can set the SourceUri that would be a separate webpage to load into the control. Also there is an HtmlCode property that can be set for the content. You can find more information on displaying html content here: http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=xamHtmlViewer_Displaying_HTML_Content.html.