StartNavigationParameters Properties |
The StartNavigationParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Navigation |
Gets the INavigation instance the handler is associated with.
(Inherited from NavigationParameters.) |
![]() | Url |
Gets the URL of the resource that will be loaded.
|