Property IsMainFrame
- Namespace
- DotNetBrowser.Navigation.Handlers
- Assembly
- DotNetBrowser.dll
IsMainFrame
Indicates whether the navigation request URL belongs to a main frame.
public bool IsMainFrame { get; }
Property Value
- bool
true
if the navigation request URL belongs to a main frame,false
otherwise.