MonobjcMonobjc Documented Class Library
WebViewCreateWebViewModalDialogWithRequest Method (sender, request)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewCreateWebViewModalDialogWithRequest(WebView, NSURLRequest)

Creates a modal window containing a web view that loads the specified request.

Original signature is '- (WebView *)webView:(WebView *)sender createWebViewModalDialogWithRequest:(NSURLRequest *)request'

Available in Mac OS X v10.4.11 and later.

Declaration Syntax
C#Visual BasicVisual C++
WebView WebViewCreateWebViewModalDialogWithRequest(
	WebView sender,
	NSURLRequest request
)
Function WebViewCreateWebViewModalDialogWithRequest ( _
	sender As WebView, _
	request As NSURLRequest _
) As WebView
WebView^ WebViewCreateWebViewModalDialogWithRequest(
	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 specified 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)