StartNavigationParameters Class | 
Namespace: DotNetBrowser.Navigation.Handlers
public sealed class StartNavigationParameters : NavigationParameters
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.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |