SubresourceWebBundleInnerResponseErrorEventArgsBundleRequestId Property  | 
Version 106.0.290 
            Bundle request identifier. Used to match this information to another event.
            This made be absent in case when the instrumentation was enabled only
            after webbundle was parsed.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic string BundleRequestId { get; }public:
property String^ BundleRequestId {
	String^ get ();
}Property Value
Type: 
String
See Also