Intersoft.Client.UI.Navigation Namespace : UriMapping Class |
Public NotInheritable Class UriMapping
Dim instance As UriMapping
public sealed class UriMapping
public ref class UriMapping sealed
<Intersoft:UXFrame x:Name="ContentFrame"> <Intersoft:UXFrame.UriMapper> <Intersoft:UriMapper> <Intersoft:UriMapping Uri="" MappedUri="/Views/Home.xaml"/> <Intersoft:UriMapping Uri="/Error" MappedUri="/ErrorPage.xaml"/> <Intersoft:UriMapping Uri="/{page}" MappedUri="/Views/{page}.xaml"/> </Intersoft:UriMapper> </Intersoft:UXFrame.UriMapper> </Intersoft:UXFrame>
System.Object
Intersoft.Client.UI.Navigation.UriMapping
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2