开发者

Navigating from silverlight to hosting asp.net

My a开发者_StackOverflow社区pp consists of Home and Map pages. Home is ASP.NET. Map is hosting Silvellight.

How can I navigate from the Silverlight Map page to Home page?

Thanks, Alex


In Xaml you would use a HyperLinkButton or if you want to do direct in code use HtmlPage.Window.Navigate method.

Edit

In response to the comment just try it like this:-

<HyperlinkButton NavigateUri="/Home.aspx" Target="_self" Content="Home" />
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜