Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
这个Silverlight.xaml页面是如何工作的?_Xaml_Silverlight - Fatal编程技术网

这个Silverlight.xaml页面是如何工作的?

这个Silverlight.xaml页面是如何工作的?,xaml,silverlight,Xaml,Silverlight,我或多或少是个Silverlight新手。我有这一页: http://mydomain/mynamespace??.SilverlightTestPage.aspx/Pages/Home.xaml 当我构建并运行解决方案时,它会在起始页上运行,但是.xaml文件不在我的解决方案中。这是怎么回事?我在上面的URL中所指的“mynamespace”是什么?它可能映射到另一个文件。路由配置通常位于MainPage.xaml中。它也可能从DLL或引用的项目加载Home.xaml。知道的唯一方法是遵循ap

我或多或少是个Silverlight新手。我有这一页:

http://mydomain/mynamespace??.SilverlightTestPage.aspx/Pages/Home.xaml


当我构建并运行解决方案时,它会在起始页上运行,但是.xaml文件不在我的解决方案中。这是怎么回事?我在上面的URL中所指的“mynamespace”是什么?

它可能映射到另一个文件。路由配置通常位于MainPage.xaml中。它也可能从DLL或引用的项目加载Home.xaml。知道的唯一方法是遵循app.xaml.cs中的启动逻辑。