NavigationType
Description:
[ CCode ( cprefix = "WEBKIT_NAVIGATION_TYPE_" , type_id = "webkit_navigation_type_get_type ()" ) ]
public enum NavigationType
Enum values used to denote the various navigation types.
Content:
Enum values:
- BACK_FORWARD - The navigation
was triggered by navigating forward or backward.
- FORM_RESUBMITTED - The
navigation was triggered by resubmitting a form.
- FORM_SUBMITTED - The
navigation was triggered by submitting a form.
- LINK_CLICKED - The navigation
was triggered by clicking a link.
- OTHER - The navigation was triggered by
some other action.
- RELOAD - The navigation was triggered
by reloading.