Class NavigatedWithinDocumentEventArgs
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
public sealed class NavigatedWithinDocumentEventArgs : EventArgs
- Inheritance
-
NavigatedWithinDocumentEventArgs
- Inherited Members
Properties
FrameId
Id of the frame.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
NavigationType
Navigation type
[JsonPropertyName("navigationType")]
public string NavigationType { get; set; }
Property Value
Url
Frame's new url.
[JsonPropertyName("url")]
public string Url { get; set; }