IFrameCreateRequest Method  | 
Version 87.1.132  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
SyntaxIRequest CreateRequest(
	bool initializePostData = true
)
IRequest^ CreateRequest(
	bool initializePostData = true
)
Parameters
- initializePostData (Optional)
 - Type: SystemBoolean
Initialize the PostData object when creating this request 
Return Value
Type: 
IRequestA new instance of the request
See Also