UIWebView.LoadData(NSData, String, String, NSUrl) Method

Definition

Loads the main page.

[Foundation.Export("loadData:MIMEType:textEncodingName:baseURL:")]
public virtual void LoadData (Foundation.NSData data, string mimeType, string textEncodingName, Foundation.NSUrl baseUrl);
abstract member LoadData : Foundation.NSData * string * string * Foundation.NSUrl -> unit
override this.LoadData : Foundation.NSData * string * string * Foundation.NSUrl -> unit

Parameters

data
NSData

The content to load, as an NSData.

mimeType
String

The MIME type of the content to load.

textEncodingName
String

The IANA encoding type, for example UTF-8 or UTF-16.

baseUrl
NSUrl

The URL for the content.

Attributes

Applies to