Class FrameScheduledNavigationEventArgs
FrameScheduledNavigation
public sealed class FrameScheduledNavigationEventArgs : EventArgs
- Inheritance
-
FrameScheduledNavigationEventArgs
- Inherited Members
Properties
Delay
Gets or sets the delay
[JsonPropertyName("delay")]
public double Delay { get; set; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Reason
Gets or sets the reason
[JsonPropertyName("reason")]
public ClientNavigationReason Reason { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }