WebView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WebView() | |
WebView(CGRect) | |
WebView(NSCoder) | |
WebView(NSObjectFlag) | |
WebView(IntPtr) | |
WebView(CGRect, String, String) |
WebView()
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