MonobjcMonobjc Documented Class Library
WebNavigationType Enumeration
NamespacesMonobjc.WebKitWebNavigationType

Possible values for the WebActionNavigationTypeKey key that appears in an action dictionary.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum WebNavigationType
Public Enumeration WebNavigationType
public enum class WebNavigationType
Members
MemberDescription
WebNavigationTypeLinkClicked

A link (an href) was clicked.

Available in Mac OS X v10.2 and later.


WebNavigationTypeFormSubmitted

A form was submitted.

Available in Mac OS X v10.2 and later.


WebNavigationTypeBackForward

The user clicked back or forward button.

Available in Mac OS X v10.2 and later.


WebNavigationTypeReload

The user hit the reload button.

Available in Mac OS X v10.2 and later.


WebNavigationTypeFormResubmitted

A form was resubmitted (through a back, forward or reload action).

Available in Mac OS X v10.2 and later.


WebNavigationTypeOther

Navigation is taking place for some other reason.

Available in Mac OS X v10.2 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)