TCnWebBrowser.Navigate(String,String,TArray,String) Method
Loads the document at the specified Uniform Resource Locator (URL) into the TCnWebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name.
public procedure Navigate(UrlString: String; TargetFrameName: String; PostData: TArray<Byte>; AdditionalHeaders: String); overload;
Parameters
- UrlString
- Type: String
The URL of the document to load.
- TargetFrameName
- Type: String
The name of the frame in which to load the document.
- PostData
- Type: TArray<Byte>
HTTP POST data such as form data.
- AdditionalHeaders
- Type: String
HTTP headers to add to the default headers.