Table of Contents

Class StartNavigationParameters

Namespace
DotNetBrowser.Navigation.Handlers
Assembly
DotNetBrowser.dll

The parameters of the StartNavigationHandler.

public sealed class StartNavigationParameters : NavigationParameters
Inheritance
StartNavigationParameters
Inherited Members

Properties

HasUserGesture

Indicates whether the navigation was initiated by a user gesture.

IsExternalProtocol

Indicates whether the target URL cannot be handled by the browser's internal protocol handlers.

IsMainFrame

Indicates whether the navigation request URL belongs to a main frame.

IsPost

Indicates whether the navigation is done using HTTP POST method.

IsRedirect

Indicates whether it's a redirect.

Url

Gets the URL of the resource that will be loaded.