WebResource 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
WebResource() | |
WebResource(NSCoder) | |
WebResource(NSObjectFlag) | |
WebResource(IntPtr) | |
WebResource(NSData, NSUrl, String, String, String) |
WebResource()
WebResource(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public WebResource (Foundation.NSCoder coder);
new WebKit.WebResource : Foundation.NSCoder -> WebKit.WebResource
Parameters
- coder
- NSCoder
- Attributes
Applies to
WebResource(NSObjectFlag)
protected WebResource (Foundation.NSObjectFlag t);
new WebKit.WebResource : Foundation.NSObjectFlag -> WebKit.WebResource
Parameters
Applies to
WebResource(IntPtr)
protected internal WebResource (IntPtr handle);
new WebKit.WebResource : nativeint -> WebKit.WebResource
Parameters
- handle
-
IntPtr
nativeint
Applies to
WebResource(NSData, NSUrl, String, String, String)
[Foundation.Export("initWithData:URL:MIMEType:textEncodingName:frameName:")]
public WebResource (Foundation.NSData data, Foundation.NSUrl url, string mimeType, string textEncodingName, string frameName);
new WebKit.WebResource : Foundation.NSData * Foundation.NSUrl * string * string * string -> WebKit.WebResource
Parameters
- data
- NSData
- url
- NSUrl
- mimeType
- String
- textEncodingName
- String
- frameName
- String
- Attributes