Table of Contents

Enum WebBrowserNavigationAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Navigation action types for the WebBrowser control.

public enum WebBrowserNavigationAction

Fields

None = 0

No navigation action.

Other = 2

The navigation was started but not by the user.

User = 1

The navigation was started by the user.