Possible values for the WebActionNavigationTypeKey key that appears in an action dictionary.
Available in Mac OS X v10.2 and later.
| C# | Visual Basic | Visual C++ |
public enum WebNavigationType
Public Enumeration WebNavigationType
public enum class WebNavigationType
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)