UIWebView.LoadData(NSData, String, String, NSUrl) Method
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.
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