FragmentNavigationEventArgs::Fragment Property

 

Gets the uniform resource identifier (URI) fragment.

Namespace:   System.Windows.Navigation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property String^ Fragment {
	String^ get();
}

Property Value

Type: System::String^

The URI fragment. If you set the property to an empty string, the top of the content will be navigated to by default.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: