StartNavigationParametersIsPost Property  | 
 
                Indicates whether the navigation is done using HTTP POST method.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
Syntaxpublic bool IsPost { get; }Property Value
Type: 
Booleantrue if the navigation is done using HTTP POST method, 
false otherwise.
See Also