Property IsPost
- Namespace
- DotNetBrowser.Navigation.Handlers
- Assembly
- DotNetBrowser.dll
IsPost
Indicates whether the navigation is done using HTTP POST method.
public bool IsPost { get; }
Property Value
- bool
true
if the navigation is done using HTTP POST method,false
otherwise.