How can I set Application.StartupUri to instance of page in WPF browser application

Posted by Nima on Stack Overflow See other posts from Stack Overflow or by Nima
Published on 2010-04-07T04:36:11Z Indexed on 2010/04/07 4:43 UTC
Read the original article Hit count: 459

Filed under:
|
|

I need to set instance of a page as StartupUri in WPF browser application, Is there any way?

like this:

SetStartupUri(new Page1());

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about browser