CefRequest TransitionType Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefTransitionType TransitionType { get; }

Property Value

Type: CefTransitionType
See Also