Version 94.4.20 
            Load the custom request. 
            WARNING: This method will fail with "bad IPC message" reason
            INVALID_INITIATOR_ORIGIN (213) unless you first navigate to the
            request origin using some other mechanism (LoadURL, link click, etc).
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
 Syntax
Syntaxvoid LoadRequest(
	IRequest request
)
void LoadRequest(
	IRequest^ request
)
Parameters
- request
- Type: CefSharpIRequest
 request to be loaded in the frame
 See Also
See Also