WebView Constructors

Definition

Overloads

WebView()
WebView(CGRect)
WebView(NSCoder)
WebView(NSObjectFlag)
WebView(IntPtr)
WebView(CGRect, String, String)

WebView()

[Foundation.Export("init")]
public WebView ();
Attributes

Applies to

WebView(CGRect)

[Foundation.Export("initWithFrame:")]
public WebView (CoreGraphics.CGRect frame);
new WebKit.WebView : CoreGraphics.CGRect -> WebKit.WebView

Parameters

frame
CGRect
Attributes

Applies to

WebView(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public WebView (Foundation.NSCoder coder);
new WebKit.WebView : Foundation.NSCoder -> WebKit.WebView

Parameters

coder
NSCoder
Attributes

Applies to

WebView(NSObjectFlag)

protected WebView (Foundation.NSObjectFlag t);
new WebKit.WebView : Foundation.NSObjectFlag -> WebKit.WebView

Parameters

Applies to

WebView(IntPtr)

protected internal WebView (IntPtr handle);
new WebKit.WebView : nativeint -> WebKit.WebView

Parameters

handle
IntPtr

nativeint

Applies to

WebView(CGRect, String, String)

[Foundation.Export("initWithFrame:frameName:groupName:")]
public WebView (CoreGraphics.CGRect frame, string frameName, string groupName);
new WebKit.WebView : CoreGraphics.CGRect * string * string -> WebKit.WebView

Parameters

frame
CGRect
frameName
String
groupName
String
Attributes

Applies to