Creates a window containing a web view to load the specified request.
Original signature is '- (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
WebView WebViewCreateWebViewWithRequest( WebView sender, NSURLRequest request )
Function WebViewCreateWebViewWithRequest ( _ sender As WebView, _ request As NSURLRequest _ ) As WebView
WebView^ WebViewCreateWebViewWithRequest( WebView^ sender, NSURLRequest^ request )

- sender (WebView)
- The web view that sent the message.
- request (NSURLRequest)
- The request to load.

The web view that is loading the request.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)