UIWebView.LoadHtmlString(String, NSUrl) Method

Definition

Sets the main page content and base URL.

[Foundation.Export("loadHTMLString:baseURL:")]
public virtual void LoadHtmlString (string s, Foundation.NSUrl baseUrl);
abstract member LoadHtmlString : string * Foundation.NSUrl -> unit
override this.LoadHtmlString : string * Foundation.NSUrl -> unit

Parameters

s
String

The content for the main page.

baseUrl
NSUrl

The base URL for the content.

This parameter can be null.

Attributes

Applies to