Hi,
I am using
Infragistics.Controls.Interactions.XamHtmlViewer in my Silverlight project. I assigned a valid URI to SourceUri property. I also wanted the URL to open in a new window. Can you help me with the code?
Currently I have
this.xamHTMLProjections.SourceUri = new Uri(strURL);
xamHTMLProjections is of type - Infragistics.Controls.Interactions.XamHtmlViewer
Thanks,
Girish