Click or drag to resize

RequestTransitionType Property

Version 94.4.20
Get the transition type for this request. Applies to requests that represent a main frame or sub-frame navigation.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public TransitionType TransitionType { get; }

Property Value

Type: TransitionType

Implements

IRequestTransitionType
See Also