Problem with navigateurl in silverlight to a UNC path
        Posted  
        
            by Aggelos Mpimpoudis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Aggelos Mpimpoudis
        
        
        
        Published on 2010-05-22T14:57:39Z
        Indexed on 
            2010/05/22
            15:00 UTC
        
        
        Read the original article
        Hit count: 432
        
Silverlight
Hi,
I have a problem with a command button (implementing the ICommand). I want, when pressing the specified button to redirect the user at new tab targeting a UNC path.
HtmlPage.Window.Navigate(new Uri(@"\\host\filename"), "_blank");
The problem is that browser redirects the user to the following target, besides of my intention:
http://www.hostnameoftheslapplication.com/\\host\filename
How can I achieve the correct navigation;
Thank you in advance.
© Stack Overflow or respective owner