Select to view content in your preferred language

navigate file from silverlight application

3533
1
Jump to solution
09-24-2014 11:07 PM
yousofothman
New Contributor III

hi

how can I show my  local html file from the silverlight application

0 Kudos
1 Solution

Accepted Solutions
yousofothman
New Contributor III

I solve the problem by publish my file then navigate it  using

System.Windows.Browser.HtmlPage.PopupWindow(new Uri("http://84.235.15.69:7485/help/AlQasimExplrerUserGuide_AR%20-%20Copy.htm"), "_blank", null);

thanks for all

View solution in original post

1 Reply
yousofothman
New Contributor III

I solve the problem by publish my file then navigate it  using

System.Windows.Browser.HtmlPage.PopupWindow(new Uri("http://84.235.15.69:7485/help/AlQasimExplrerUserGuide_AR%20-%20Copy.htm"), "_blank", null);

thanks for all