MonobjcMonobjc Documented Class Library
WebViewCreateWebViewWithRequest Method (sender, request)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewCreateWebViewWithRequest(WebView, NSURLRequest)

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.

Declaration Syntax
C#Visual BasicVisual C++
WebView WebViewCreateWebViewWithRequest(
	WebView sender,
	NSURLRequest request
)
Function WebViewCreateWebViewWithRequest ( _
	sender As WebView, _
	request As NSURLRequest _
) As WebView
WebView^ WebViewCreateWebViewWithRequest(
	WebView^ sender, 
	NSURLRequest^ request
)
Parameters
sender (WebView)
The web view that sent the message.
request (NSURLRequest)
The request to load.
Return Value
The web view that is loading the request.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)