Class NavigatedWithinDocumentEventArgs
NavigatedWithinDocument
public sealed class NavigatedWithinDocumentEventArgs : EventArgs
- Inheritance
-
NavigatedWithinDocumentEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
NavigationType
Gets or sets the navigationType
[JsonPropertyName("navigationType")]
public string NavigationType { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }