RequestTransitionType Property  | 
Version 104.4.240 
            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: 104.4.240.0
Syntaxpublic TransitionType TransitionType { get; }public:
virtual property TransitionType TransitionType {
	TransitionType get () sealed;
}Property Value
Type: 
TransitionTypeImplements
IRequestTransitionType
See Also