Table of Contents

Class NavigationStartedEventArgs

Namespace
DotNetBrowser.Navigation.Events
Assembly
DotNetBrowser.dll

The event arguments for the NavigationStarted event.

public class NavigationStartedEventArgs : NavigationEventArgs
Inheritance
NavigationStartedEventArgs
Inherited Members

Properties

IsMainFrame

Indicates whether the navigation is started in the main frame.

IsSameDocument

Indicates whether the navigation will be performed in the scope of the same document.

Url

Gets the URL of the navigation.