TCnWebBrowser.Navigate(_Uri,String,_ByteArray,String) Method

Loads the document at the location indicated by the specified Uri into the TCnWebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name.

Namespace: CNClrLib.Control.WebBrowser
public
 procedure Navigate(Url: _Uri; TargetFrameName: String; PostData: _ByteArray; AdditionalHeaders: String); overload;

Parameters

Url
Type: System.Void

A Uri representing the URL of the document to load.

TargetFrameName
Type: String

The name of the frame in which to load the document.

PostData
Type: _ByteArray

HTTP POST data such as form data.

AdditionalHeaders
Type: String

HTTP headers to add to the default headers.