Intersoft ClientUI Documentation
NavigationState Property (UXFrame)



Gets a value that represents the URI of the current navigation state. The value also combines the URI of the active child navigators, i.e., /Products/Category
Syntax
Public Property NavigationState As Uri
Dim instance As UXFrame
Dim value As Uri
 
instance.NavigationState = value
 
value = instance.NavigationState
public Uri NavigationState {get; set;}
public:
property Uri^ NavigationState {
   Uri^ get();
   void set (    Uri^ value);
}
Requirements

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

See Also

Reference

UXFrame Class
UXFrame Members

Send Feedback