cef_request_t.get_transition_type

Get the transition type for this request. Only available in the browser process and only applies to requests that represent a main frame or sub- frame navigation.

struct cef_request_t
extern (System)
cef_transition_type_t function(cef_request_t* self) nothrow get_transition_type;

Meta