Click or drag to resize

StartNavigationParameters Properties

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
See Also