| StartNavigationResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Navigation.Handlers
 Syntax
Syntaxpublic sealed class StartNavigationResponse
The StartNavigationResponse type exposes the following members.
 Methods
Methods| 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.) | 
|   | Ignore | 
                Creates a StartNavigationResponse that notifies the browser that the load request should be ignored.
             | 
|   | Start | 
                Creates a StartNavigationResponse that notifies the browser that it should continue loading the URL.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also