Class FrameRequestedNavigationEventArgs
FrameRequestedNavigation
public sealed class FrameRequestedNavigationEventArgs : EventArgs- Inheritance
- 
      
      
      FrameRequestedNavigationEventArgs
- Inherited Members
Properties
Disposition
Gets or sets the disposition
[JsonPropertyName("disposition")]
public ClientNavigationDisposition Disposition { 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; }