Class FragmentNavigationEventArgs
FragmentNavigationEventArgs exposes the fragment being navigated to in an event fired from NavigationService to notify a listening client that a navigation to fragment is about to occur.
Inheritance
System.Object
System.EventArgs
FragmentNavigationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.dll
Syntax
public sealed class FragmentNavigationEventArgs : EventArgs
Properties
| Improve this Doc View SourceFragment
The fragment part of the URI that was passed to the Navigate() API which initiated this navigation. The fragment may be String.Empty.
Declaration
public string Fragment { get; }
Property Value
Type | Description |
---|---|
System.String |