Click or drag to resize

StartNavigationParameters Class

The parameters of the StartNavigationHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Navigation.HandlersNavigationParameters
    DotNetBrowser.Navigation.HandlersStartNavigationParameters

Namespace:  DotNetBrowser.Navigation.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public sealed class StartNavigationParameters : NavigationParameters

The StartNavigationParameters type exposes the following members.

Properties
  NameDescription
Public propertyHasUserGesture
Indicates whether the navigation was initiated by a user gesture.
Public propertyIsExternalProtocol
Indicates whether the target URL cannot be handled by the browser's internal protocol handlers.
Public propertyIsMainFrame
Indicates whether the navigation request URL belongs to a main frame.
Public propertyIsPost
Indicates whether the navigation is done using HTTP POST method.
Public propertyIsRedirect
Indicates whether it's a redirect.
Public propertyNavigation
Gets the INavigation instance the handler is associated with.
(Inherited from NavigationParameters.)
Public propertyUrl
Gets the URL of the resource that will be loaded.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also