IFrameCreateRequest Method |
Version 55.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax IRequest 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